Skip to content

Commit dda61db

Browse files
committed
Merge branch 'main' into fix/tariff_peaks_wrong_day
2 parents e81ef7a + 009c468 commit dda61db

File tree

2 files changed

+35
-25
lines changed

2 files changed

+35
-25
lines changed

lib/SvelteUi/app/package-lock.json

Lines changed: 31 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/AmsToMqttBridge.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,10 @@ void setup() {
378378

379379
delay(1);
380380
hw.setup(&sysConfig, &gpioConfig);
381+
hw.ledOff(LED_INTERNAL);
382+
hw.ledOff(LED_RED);
383+
hw.ledOff(LED_GREEN);
384+
hw.ledOff(LED_BLUE);
381385

382386
if(gpioConfig.apPin >= 0) {
383387
pinMode(gpioConfig.apPin, INPUT_PULLUP);

0 commit comments

Comments
 (0)