acid-drop- Hacking the planet from a LilyGo T-Deck using custom firmware |
git clone git://git.acid.vegas/acid-drop.git |
Log | Files | Refs | Archive | README | LICENSE |
platformio.ini (777B)
1 ; PlatformIO Project Configuration File 2 ; 3 ; Build options: build flags, source filter 4 ; Upload options: custom upload port, speed and extra flags 5 ; Library options: dependencies, extra library storages 6 ; Advanced options: extra scripting 7 ; 8 ; Please visit documentation for the other options and examples 9 ; https://docs.platformio.org/page/projectconf.html 10 11 [platformio] 12 default_envs = T-Deck 13 src_dir = src 14 15 [env:T-Deck] 16 platform = espressif32@6.3.0 17 board = esp32s3box 18 framework = arduino 19 upload_speed = 921600 20 monitor_speed = 115200 21 board_build.partitions = default_16MB.csv 22 build_flags = 23 -DBOARD_HAS_PSRAM 24 -DARDUINO_USB_CDC_ON_BOOT=1 25 -DDISABLE_ALL_LIBRARY_WARNINGS 26 lib_deps = 27 ArduinoWebsockets 28 Wireguard-ESP32 29 earlephilhower/ESP8266Audio 30 lib_extra_dirs = lib