kimodem/platformio.ini

42 lines
926 B
INI
Raw Normal View History

2023-10-05 08:24:21 +00:00
; 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
2023-10-07 09:29:08 +00:00
[env]
2023-10-05 08:24:21 +00:00
framework = arduino
2023-10-07 09:29:08 +00:00
platform = espressif32
monitor_speed = 115200
extra_scripts = scripts/download_fs.py
2023-10-07 09:29:08 +00:00
[env:featheresp32]
board = featheresp32
build_flags =
; -DDISPLAY_NONE
-DADAFRUIT_OLED
lib_deps =
adafruit/Adafruit GFX Library@^1.11.8
adafruit/Adafruit SSD1306@^2.5.7
[env:sparkfun_esp32micromod]
board = sparkfun_esp32micromod
build_flags =
-DSPARKFUN_HYPERDISPLAY
-DDISPLAY_NONE
[env:d1mini]
board = wemos_d1_mini32
build_flags =
-DDISPLAY_NONE
[env:huzzah]
platform = espressif8266
board = huzzah
build_flags =
-DDISPLAY_NONE