9b61f9780d
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
17 lines
415 B
INI
17 lines
415 B
INI
[env:growatt-shinelan]
|
|
platform = ststm32
|
|
board = genericSTM32F103RB
|
|
framework = arduino
|
|
upload_protocol = stlink
|
|
debug_tool = stlink
|
|
monitor_speed = 115200
|
|
|
|
lib_deps =
|
|
4-20ma/ModbusMaster@^2.0.1
|
|
knolleary/PubSubClient@^2.8
|
|
# EthernetENC ist lokal in lib/EthernetENC/ (Bitbang-SPI Modifikation)
|
|
|
|
build_flags =
|
|
-DPIO_FRAMEWORK_ARDUINO_NOERRNO
|
|
-I include
|