schematic update using cube IDE

This commit is contained in:
2021-08-02 08:33:06 +02:00
parent c328b68aba
commit 30cc2e863c
267 changed files with 158786 additions and 1054 deletions

18
FW/platformio.ini Normal file
View File

@@ -0,0 +1,18 @@
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env:m5stack-core2]
platform = espressif32
board = m5stack-core2
framework = arduino
lib_deps =
earlephilhower/ESP8266Audio@^1.9.2
m5stack/M5Core2@^0.0.4
monitor_speed = 115200