move the bool for skip from private to protected

This commit is contained in:
2023-09-23 22:13:24 +02:00
parent 79b4cd4018
commit cbfbad26ae
+1 -2
View File
@@ -75,13 +75,12 @@ class MenuInformationSites : public MenuControl {
uint8_t lastPageNumber = 0;
bool leaved = true;
bool noEqualLeft = false;
private:
uint8_t countPages;
uint8_t currentPage;
bool noEqualLeft = false;
const uint16_t delay = 5000;
uint32_t lastMillis = 0;
};