Initial commit
This commit is contained in:
35
platformio.ini
Normal file
35
platformio.ini
Normal file
@@ -0,0 +1,35 @@
|
||||
[platformio]
|
||||
default_envs=
|
||||
esp32-s3-nano
|
||||
|
||||
[env]
|
||||
platform = espressif32
|
||||
framework = arduino
|
||||
lib_deps =
|
||||
Preferences
|
||||
Wifi
|
||||
Wire
|
||||
ESP32Async/AsyncTCP@3.4.9
|
||||
ESP32Async/ESPAsyncWebServer@3.9.1
|
||||
ttlappalainen/NMEA2000-library@4.24
|
||||
robtillaart/SHT31@^0.5.2
|
||||
# adafruit/Adafruit NeoPixel
|
||||
|
||||
extra_scripts =
|
||||
pre:extra_pre.py
|
||||
post:extra_post.py
|
||||
lib_ldf_mode = chain
|
||||
monitor_speed = 115200
|
||||
build_flags =
|
||||
-D PIO_ENV_BUILD=$PIOENV
|
||||
-DBOARD_HAS_PSRAM
|
||||
-DARDUINO_USB_CDC_ON_BOOT=1
|
||||
|
||||
[env:esp32-s3-nano]
|
||||
build_type = release # debug | release
|
||||
#board = esp32-s3-devkitc-1
|
||||
board = arduino_nano_esp32
|
||||
board_upload.flash_size = 16MB
|
||||
board_build.partitions = default.csv
|
||||
upload_port = /dev/ttyACM0
|
||||
upload_protocol = esptool
|
||||
Reference in New Issue
Block a user