mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00

Makes WIFI AP optional by user setting Tweaks ifdefs for double battery and charger settings Updates platformio platform packages
24 lines
816 B
INI
24 lines
816 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 = espressif32
|
|
platform_packages=
|
|
framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#3.0.4
|
|
framework-arduinoespressif32-libs @ https://github.com/espressif/arduino-esp32/releases/download/3.0.4/esp32-arduino-libs-3.0.4.zip
|
|
board = esp32dev
|
|
monitor_speed = 115200
|
|
monitor_filters = default, time, log2file
|
|
framework = arduino
|
|
build_flags = -I include
|
|
lib_deps =
|