platformio ini file changes
This commit is contained in:
parent
1aab888bf2
commit
db7ad52a4d
@ -28,6 +28,7 @@ lib_deps =
|
||||
nrf24/RF24 @ ^1.4.5
|
||||
olikraus/U8g2 @ ^2.34.13
|
||||
buelowp/sunset @ ^1.1.7
|
||||
https://github.com/coryjfowler/MCP_CAN_lib
|
||||
|
||||
extra_scripts =
|
||||
pre:auto_firmware_version.py
|
||||
@ -56,6 +57,11 @@ build_flags = ${env.build_flags}
|
||||
-DVICTRON_PIN_RX=22
|
||||
-DPYLONTECH_PIN_RX=27
|
||||
-DPYLONTECH_PIN_TX=14
|
||||
-DHUAWEI_PIN_MISO=12
|
||||
-DHUAWEI_PIN_MOSI=13
|
||||
-DHUAWEI_PIN_SCLK=26
|
||||
-DHUAWEI_PIN_IRQ=25
|
||||
-DHUAWEI_PIN_CS=15
|
||||
|
||||
|
||||
[env:olimex_esp32_poe]
|
||||
|
||||
@ -33,5 +33,10 @@
|
||||
; -DHOYMILES_PIN_CS=6
|
||||
; -DVICTRON_PIN_TX=21
|
||||
; -DVICTRON_PIN_RX=22
|
||||
; -DHUAWEI_PIN_MISO=12
|
||||
; -DHUAWEI_PIN_MOSI=13
|
||||
; -DHUAWEI_PIN_SCLK=26
|
||||
; -DHUAWEI_PIN_IRQ=25
|
||||
; -DHUAWEI_PIN_CS=15
|
||||
;monitor_port = /dev/ttyACM0
|
||||
;upload_port = /dev/ttyACM0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user