un public everything
This commit is contained in:
parent
21a703902f
commit
135a25a798
2 changed files with 4 additions and 3 deletions
3
Platformio/.vscode/settings.json
vendored
3
Platformio/.vscode/settings.json
vendored
|
@ -52,5 +52,6 @@
|
||||||
"cinttypes": "cpp",
|
"cinttypes": "cpp",
|
||||||
"typeinfo": "cpp"
|
"typeinfo": "cpp"
|
||||||
},
|
},
|
||||||
"cmake.sourceDirectory": "${workspaceFolder}/.pio/libdeps/esp32/Adafruit BusIO"
|
"cmake.sourceDirectory": "${workspaceFolder}/.pio/libdeps/esp32/Adafruit BusIO",
|
||||||
|
"editor.formatOnSave": false
|
||||||
}
|
}
|
|
@ -45,7 +45,7 @@ public:
|
||||||
|
|
||||||
void handleLoop();
|
void handleLoop();
|
||||||
|
|
||||||
public:
|
protected:
|
||||||
virtual void initLVGL();
|
virtual void initLVGL();
|
||||||
|
|
||||||
void initIO();
|
void initIO();
|
||||||
|
@ -78,7 +78,7 @@ public:
|
||||||
|
|
||||||
void handleWifiEvent(WiFiEvent_t event);
|
void handleWifiEvent(WiFiEvent_t event);
|
||||||
|
|
||||||
public:
|
private:
|
||||||
|
|
||||||
static void WiFiEvent(WiFiEvent_t event){
|
static void WiFiEvent(WiFiEvent_t event){
|
||||||
mInstance->handleWifiEvent(event);
|
mInstance->handleWifiEvent(event);
|
||||||
|
|
Loading…
Add table
Reference in a new issue