mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-15 00:02:49 +03:00
Rebasing into single commit
Adding getMode function to ESP8266WiFiClass.cpp Adding getMode function to ESP8266WiFiClass.h Changing return type of getMode to WiFiMode for clarity Changing return type of getMode to WiFiMode for clarity Add return typecast
This commit is contained in:
@ -44,6 +44,7 @@ public:
|
||||
ESP8266WiFiClass();
|
||||
|
||||
void mode(WiFiMode);
|
||||
WiFiMode getMode();
|
||||
|
||||
/**
|
||||
* Start Wifi connection
|
||||
|
Reference in New Issue
Block a user