[Build] Fix compiler warnings

This commit is contained in:
Ton Huisman
2026-02-22 22:36:30 +01:00
parent 89c7ba1f8c
commit 45fee0259a
2 changed files with 4 additions and 0 deletions
@@ -89,7 +89,9 @@ const char Internal_commands_fghij[] PROGMEM =
#if FEATURE_WIFI
"hiddenssid|"
#endif
#if FEATURE_I2C
"i2cscanner|"
#endif
"inc|"
"ip|"
#if FEATURE_USE_IPV6
@@ -65,7 +65,9 @@ enum class ESPEasy_cmd_e : uint8_t {
hiddenssid,
#endif
#if FEATURE_I2C
i2cscanner,
#endif
inc,
ip,
#if FEATURE_USE_IPV6