We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 057e7aa commit 84feaf6Copy full SHA for 84feaf6
SmartEVSE-3/src/glcd.cpp
@@ -1094,7 +1094,7 @@ uint8_t getMenuItems (void) {
1094
MenuItems[m++] = MENU_MAINSMETER; // - - Type of Mains electric meter (0: Disabled / Constants EM_*)
1095
if (MainsMeter.Type == EM_SENSORBOX) { // - - ? Sensorbox?
1096
if (GridActive == 1) MenuItems[m++] = MENU_GRID;
1097
- if (SB2.SoftwareVer >= 0x01) {
+ if (SB2.SoftwareVer == 0x01) {
1098
MenuItems[m++] = MENU_SB2_WIFI; // Sensorbox-2 Wifi 0:Disabled / 1:Enabled / 2:Portal
1099
}
1100
} else if (MainsMeter.Type && MainsMeter.Type != EM_API) { // - - ? Other?
0 commit comments