add hook for bluetooth to Arduino INIT
This commit is contained in:
parent
43cc3dc815
commit
9bd5de11a7
@ -109,11 +109,15 @@ void init() {}
|
||||
void initWiFi() __attribute__((weak));
|
||||
void initWiFi() {}
|
||||
|
||||
void initBT() __attribute__((weak));
|
||||
void initBT() {}
|
||||
|
||||
void initArduino(){
|
||||
nvs_flash_init();
|
||||
init();
|
||||
initVariant();
|
||||
initWiFi();
|
||||
initBT();
|
||||
}
|
||||
|
||||
//used by hal log
|
||||
|
Loading…
Reference in New Issue
Block a user