forked from deltafish32/ToasterFirmware
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
executable file
·41 lines (38 loc) · 1.22 KB
/
platformio.ini
File metadata and controls
executable file
·41 lines (38 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
; 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:esp32dev]
platform = espressif32
board = esp32dev
; Please refer here to select the partitions that can be configured.
; https://github.com/espressif/arduino-esp32/tree/master/tools/partitions
board_build.partitions = noota_3gffat.csv
board_build.filesystem = fatfs
board_build.flash_mode = qio
board_build.f_flash = 80000000L
board_build.f_cpu = 240000000L
framework = arduino
upload_speed = 921600
monitor_speed = 115200
monitor_raw = true
build_flags =
-DUSE_ARDUINO
lib_deps =
Wire
adafruit/Adafruit BusIO
adafruit/Adafruit GFX Library
https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA.git
adafruit/Adafruit SSD1306
crankyoldgit/IRremoteESP8266
Makuna/NeoPixelBus
rneurink/VL53L1X_ULD
claws/BH1750
https://github.com/adafruit/Adafruit_SHT31.git
https://github.com/deltafish32/JPEGDEC.git
https://github.com/deltafish32/AnimatedGIF.git