drop cmd stuff
This commit is contained in:
@ -14,7 +14,6 @@
|
||||
#include <logger.h>
|
||||
#include <eeprom.h>
|
||||
#include <wizHelper.h>
|
||||
#include <cmdHandler.h>
|
||||
#include <config.h>
|
||||
#include <counter.h>
|
||||
|
||||
@ -40,12 +39,6 @@ void my_setup_2() {
|
||||
|
||||
wizInit();
|
||||
|
||||
if (HAL_GPIO_ReadPin(ADMIN_MODE_GPIO_Port, ADMIN_MODE_Pin)) {
|
||||
show(LED_BLUE, BLINK);
|
||||
coloredMsg(LED_RED, "STARTING ADMIN MODE");
|
||||
cmdHandlerInit();
|
||||
}
|
||||
|
||||
counterInit();
|
||||
|
||||
logMsg("Application running");
|
||||
|
Reference in New Issue
Block a user