提交 9bd5de11 编写于 作者: M me-no-dev

add hook for bluetooth to Arduino INIT

上级 43cc3dc8
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册