Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardSchlegel committed Apr 20, 2021
1 parent 4fa6b6c commit 2d19761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ESP8266/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ float celsius, fahrenheit;
String chipid = "";
uint32_t main_interval_ms = 1000; // 1s default intervall for first iteration
uint8_t global_relais_state = 0;
String global_version = "0.9.0";
String global_version = "0.9.1";

void writeStringToEEPROM(int addrOffset, const String &strToWrite)
{
Expand Down

0 comments on commit 2d19761

Please sign in to comment.