Skip to content
This repository was archived by the owner on May 24, 2022. It is now read-only.

Commit 9fb8737

Browse files
committed
Reset firmware back to 0.0.1
1 parent 91d75b0 commit 9fb8737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ void setup() {
6565
uint8_t allowedHours[] = {12, 0};
6666
forecastClient.setAllowedHours(allowedHours, sizeof(allowedHours));
6767

68-
Homie_setFirmware("weather-station", "0.0.2");
68+
Homie_setFirmware("weather-station", "0.0.1");
6969
Homie_setBrand("IoT");
7070
Homie.onEvent(onHomieEvent);
7171
Homie.setSetupFunction(initialize);

0 commit comments

Comments
 (0)