Files
filamentguard_esp32/platformio.ini
Bjarne Pedersen e2b9f0dc9e Kan læse og sende til API
Egentligt initial commit.
Kan læse tag og sende til API
2026-07-15 16:32:34 +02:00

24 lines
673 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
[env:esp32dev]
platform = espressif32
board = esp32dev
framework = arduino
monitor_speed = 115200
upload_port = COM3
monitor_port = COM3
board_build.filesystem = spiffs
lib_deps =
tzapu/WiFiManager
chrisjoyce911/esp32FOTA
https://github.com/ATrappmann/PN5180-Library.git
soburi/TinyCBOR@^0.5.3-arduino2