Skip to content

Commit

Permalink
add WebUI basic auth
Browse files Browse the repository at this point in the history
  • Loading branch information
softwarecrash committed Nov 1, 2023
1 parent f5971fc commit 68d5f45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ framework = arduino
monitor_speed = 115200
monitor_filters = esp8266_exception_decoder, default, time, printable, colorize

custom_prog_version = 2.0.3
custom_prog_version = 2.1.0

build_flags =
-DVERSION=${this.custom_prog_version}
Expand Down
2 changes: 1 addition & 1 deletion src/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ static const char *const haDescriptor[][4]{
{"CONNECTION","mdi:connection","",""},
{"DEVICE_NUM","mdi:numeric","",""},
{"DEVICE_TIME","mdi:timer-outline","",""},
{"DEVICE_TEMP",,"mdi:thermometer-lines","°C","temperature"},
{"DEVICE_TEMP","mdi:thermometer-lines","°C","temperature"},
{"SOLAR_V","mdi:solar-power","V","voltage"},
{"SOLAR_A","mdi:solar-power","A","current"},
{"SOLAR_W","mdi:solar-power","W","power"},
Expand Down

0 comments on commit 68d5f45

Please sign in to comment.