un public everything

This commit is contained in:
Matthew Colvin 2023-07-29 10:24:34 -05:00
parent 21a703902f
commit 135a25a798
2 changed files with 4 additions and 3 deletions

View file

@ -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
} }

View file

@ -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);