led green blinking on network status
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user