refactor(firmware): migrate to Arduino framework and impl connection, status indicating and firmware configuration
This commit is contained in:
@@ -8,13 +8,14 @@
|
||||
; Please visit documentation for the other options and examples
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[env:rymcu-esp32-devkitc]
|
||||
[env:helios-da-one]
|
||||
platform = espressif32
|
||||
board = rymcu-esp32-devkitc
|
||||
framework = espidf
|
||||
framework = arduino
|
||||
lib_deps =
|
||||
matth-x/MicroOcpp@^1.2.0
|
||||
matth-x/MicroOcppMongoose@^1.2.0
|
||||
roboticsbrno/SmartLeds@^3.1.5
|
||||
build_flags = -DMO_PLATFORM=MO_PLATFORM_ESPIDF -DMO_MG_USE_VERSION=MO_MG_V715 -DCONFIG_RMT_ISR_IRAM_SAFE=1
|
||||
miguelbalboa/MFRC522@^1.4.12
|
||||
build_flags = -DMO_PLATFORM=MO_PLATFORM_ARDUINO -DMO_MG_USE_VERSION=MO_MG_V715 -DMO_NUMCONNECTORS=3
|
||||
board_build.partitions = partitions.csv
|
||||
|
||||
Reference in New Issue
Block a user