OpenEVSE / openevse_esp32_firmware

OpenEVSE V4 WiFi gateway using ESP32
155 stars 107 forks source link

app_config short name collision #785

Closed flyvfr closed 5 months ago

flyvfr commented 6 months ago

new ConfigOptSecret(ap_pass, "", "ap_pass", "ap"), .... new ConfigOptSecret(www_password, "", "www_password", "ap"),

Shouldn't the short names be different ?

jeremypoulter commented 5 months ago

Yes they should indeed be different, good spot.