call frontendInit later, however, still not working correctly
This commit is contained in:
@ -19,7 +19,6 @@
|
||||
void my_setup_1() {
|
||||
schInit();
|
||||
logInit();
|
||||
// frontendInit();
|
||||
}
|
||||
|
||||
void my_errorHandler() {
|
||||
@ -38,6 +37,8 @@ void my_setup_2() {
|
||||
led(RED, OFF);
|
||||
led(GREEN, ON);
|
||||
|
||||
frontendInit();
|
||||
|
||||
schAdd(helloMeterbus, NULL, 0, 10000);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user