remove unused variables

This commit is contained in:
liamcottle
2025-04-08 23:17:22 +12:00
parent bc820ae93e
commit c4d32eba74
6 changed files with 4 additions and 12 deletions

View File

@@ -7,7 +7,6 @@ class UITask {
unsigned long _next_read, _next_refresh, _auto_off;
int _prevBtnState;
const char* _node_name;
const char* _build_date;
char _version_info[32];
void renderCurrScreen();