led green blinking on network status

This commit is contained in:
2020-11-17 15:04:34 +01:00
parent fb04857772
commit eb64cc8dce
5 changed files with 48 additions and 51 deletions

View File

@ -24,6 +24,7 @@
void my_setup_1() {
schInit();
logInit();
showInit();
}
void my_errorHandler() {
@ -186,7 +187,7 @@ void scheduleMBusRequest(void *handle) {
void my_setup_2() {
show(LED_RED, OFF);
show(LED_GREEN, ON);
show(LED_GREEN, BLINK);
logMsg("Application starting");
eepromInit();