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