mirror of
https://github.com/hatlabs/SH-ESP32-test-jig.git
synced 2025-05-18 00:00:30 -07:00
36 lines
846 B
INI
36 lines
846 B
INI
; 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
|
|
|
|
[platformio]
|
|
default_envs =
|
|
esp32dev
|
|
|
|
[env]
|
|
framework = arduino
|
|
lib_ldf_mode = deep
|
|
monitor_speed = 115200
|
|
lib_deps =
|
|
/Users/mairas/src/SK/SensESP
|
|
ttlappalainen/NMEA2000-library
|
|
ttlappalainen/NMEA2000_esp32
|
|
Adafruit SSD1306
|
|
|
|
[espressif32_base]
|
|
platform = espressif32
|
|
build_unflags = -Werror=reorder
|
|
board_build.partitions = min_spiffs.csv
|
|
monitor_filters = esp32_exception_decoder
|
|
|
|
[env:esp32dev]
|
|
extends = espressif32_base
|
|
board = esp32dev
|
|
build_flags =
|
|
-D LED_BUILTIN=2
|