update platform and audio lib
This commit is contained in:
@@ -18,5 +18,5 @@ lib_deps =
|
|||||||
monitor_speed = 115200
|
monitor_speed = 115200
|
||||||
lib_ldf_mode = deep+
|
lib_ldf_mode = deep+
|
||||||
extra_scripts = ./littlefsbuilder.py
|
extra_scripts = ./littlefsbuilder.py
|
||||||
upload_protocol = espota
|
;upload_protocol = espota
|
||||||
upload_port = 192.168.2.254
|
;upload_port = 192.168.2.254
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ void setup()
|
|||||||
|
|
||||||
initStorage();
|
initStorage();
|
||||||
initConfig();
|
initConfig();
|
||||||
initOta();
|
//initOta();
|
||||||
initAudio();
|
initAudio();
|
||||||
initRfid();
|
initRfid();
|
||||||
|
|
||||||
@@ -35,5 +35,5 @@ void loop()
|
|||||||
handleRfid();
|
handleRfid();
|
||||||
//handleGame();
|
//handleGame();
|
||||||
handlePower();
|
handlePower();
|
||||||
handleOta();
|
//handleOta();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user