mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Changed localIP function name
This commit is contained in:
@ -51,7 +51,7 @@ public:
|
||||
uint8_t* macAddress(uint8_t* mac);
|
||||
|
||||
//Get the DHCP information related to IP
|
||||
IPAddress localIp();
|
||||
IPAddress localIP();
|
||||
|
||||
//Get the DHCP information related to subnetMask
|
||||
IPAddress subnetMask();
|
||||
|
Reference in New Issue
Block a user