From 135a25a798310b698bbd563835d493b93bcd132a Mon Sep 17 00:00:00 2001 From: Matthew Colvin <35540398+Mc067415@users.noreply.github.com> Date: Sat, 29 Jul 2023 10:24:34 -0500 Subject: [PATCH] un public everything --- Platformio/.vscode/settings.json | 3 ++- Platformio/src/HardwareRevX.hpp | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Platformio/.vscode/settings.json b/Platformio/.vscode/settings.json index 0d15cfc..bd2f082 100644 --- a/Platformio/.vscode/settings.json +++ b/Platformio/.vscode/settings.json @@ -52,5 +52,6 @@ "cinttypes": "cpp", "typeinfo": "cpp" }, - "cmake.sourceDirectory": "${workspaceFolder}/.pio/libdeps/esp32/Adafruit BusIO" + "cmake.sourceDirectory": "${workspaceFolder}/.pio/libdeps/esp32/Adafruit BusIO", + "editor.formatOnSave": false } \ No newline at end of file diff --git a/Platformio/src/HardwareRevX.hpp b/Platformio/src/HardwareRevX.hpp index 417b690..508c002 100644 --- a/Platformio/src/HardwareRevX.hpp +++ b/Platformio/src/HardwareRevX.hpp @@ -45,7 +45,7 @@ public: void handleLoop(); -public: +protected: virtual void initLVGL(); void initIO(); @@ -78,7 +78,7 @@ public: void handleWifiEvent(WiFiEvent_t event); -public: +private: static void WiFiEvent(WiFiEvent_t event){ mInstance->handleWifiEvent(event);