Files
ESP32/Railuino/platformio.ini
Serge NOEL 4423bb2de1 Update
2026-02-10 11:27:18 +01:00

37 lines
789 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 =
uno
megaatmega2560
esp32dev
[env:esp32dev]
platform = espressif32
board = esp32dev
framework = arduino
lib_deps =
pierremolinaro/ACAN_ESP32@=1.1.2
[env:uno]
platform = atmelavr
board = uno
framework = arduino
lib_deps =
pierremolinaro/ACAN2515@=2.1.3
[env:megaatmega2560]
platform = atmelavr
board = megaatmega2560
framework = arduino
lib_deps =
pierremolinaro/ACAN2515@=2.1.3