mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 01:39:30 +02:00
22 lines
708 B
INI
22 lines
708 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]
|
|
src_dir = ./Software
|
|
|
|
[env:esp32dev]
|
|
platform = https://github.com/pioarduino/platform-espressif32/releases/download/54.03.20/platform-espressif32.zip
|
|
board = esp32dev
|
|
monitor_speed = 115200
|
|
monitor_filters = default, time, log2file
|
|
board_build.partitions = min_spiffs.csv
|
|
framework = arduino
|
|
build_flags = -I include
|
|
lib_deps =
|