mirror of
https://github.com/justcallmekoko/ESP32Marauder.git
synced 2025-12-21 23:00:51 -08:00
Adding custom icon for language button (#117)
This commit is contained in:
@@ -1724,7 +1724,7 @@ void MenuFunctions::RunSetup()
|
||||
wifi_scan_obj.currentScanMode = OTA_UPDATE;
|
||||
changeMenu(&whichUpdateMenu);
|
||||
});
|
||||
addNodes(&deviceMenu, "Language", TFT_WHITE, NULL, DRAW, [this]() {
|
||||
addNodes(&deviceMenu, "Language", TFT_GREEN, NULL, LANGUAGE, [this]() {
|
||||
wifi_scan_obj.currentScanMode = SHOW_INFO;
|
||||
changeMenu(&languageMenu);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user