mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-26 07:02:15 +03:00
- Move globals to anonymous namespaces.
- Move private static variables to anonymous namespaces. - Remove espnow prefix from names where it is not required.
This commit is contained in:
@ -318,8 +318,6 @@ private:
|
||||
|
||||
MeshBackendType _classType;
|
||||
|
||||
static MeshBackendBase *apController;
|
||||
|
||||
String _SSID;
|
||||
String _SSIDPrefix;
|
||||
String _SSIDRoot;
|
||||
|
Reference in New Issue
Block a user