update platform and audio lib

This commit is contained in:
2021-10-24 14:16:39 +02:00
parent af26d5c071
commit 9355e47070
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -19,7 +19,7 @@ void setup()
initStorage();
initConfig();
initOta();
//initOta();
initAudio();
initRfid();
@@ -35,5 +35,5 @@ void loop()
handleRfid();
//handleGame();
handlePower();
handleOta();
//handleOta();
}