Skip to content

Commit

Permalink
fix webaudio
Browse files Browse the repository at this point in the history
  • Loading branch information
riraosan committed May 27, 2022
1 parent e0fc4a9 commit 192f52e
Show file tree
Hide file tree
Showing 4 changed files with 104 additions and 105 deletions.
9 changes: 4 additions & 5 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ default_envs = release

[env:release]
build_type = release
extends = M5Stick-ATOM, arduino-esp32, serial, Mac
extends = M5Stick-ATOM, arduino-esp32, serial
monitor_filters = direct, send_on_enter, time, esp32_exception_decoder ;, log2file
monitor_flags = --echo

Expand Down Expand Up @@ -77,11 +77,10 @@ lib_deps =
HTTPClient
WiFiClientSecure
Ticker
https://github.com/m5stack/M5Atom.git
https://github.com/FastLED/FastLED.git
;https://github.com/m5stack/M5Atom.git
;https://github.com/FastLED/FastLED.git
https://github.com/tanakamasayuki/efont.git
https://github.com/bitbank2/AnimatedGIF.git#1.4.7
https://github.com/m5stack/M5Unified.git#0.0.6
https://github.com/m5stack/M5GFX.git#0.0.19
https://github.com/m5stack/M5Unified.git#0.0.7
https://github.com/riraosan/ESP_8_BIT_composite.git ;for ESP32_8BIT_CVBS
https://github.com/earlephilhower/ESP8266Audio.git#1.9.5
Loading

0 comments on commit 192f52e

Please sign in to comment.