mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-11 18:54:28 +05:00
Support for Wemos D1 mini32
This commit is contained in:
@@ -173,4 +173,21 @@ build_flags =
|
|||||||
;-D WOKWI=1
|
;-D WOKWI=1
|
||||||
;-D USE_TELNET=0
|
;-D USE_TELNET=0
|
||||||
;-D DEBUG_BY_DEFAULT=1
|
;-D DEBUG_BY_DEFAULT=1
|
||||||
;-D WM_DEBUG_MODE=3
|
;-D WM_DEBUG_MODE=3
|
||||||
|
|
||||||
|
[env:wemos_d1_mini32]
|
||||||
|
platform = ${esp32_defaults.platform}
|
||||||
|
board = wemos_d1_mini32
|
||||||
|
lib_deps = ${esp32_defaults.lib_deps}
|
||||||
|
lib_ignore = ${esp32_defaults.lib_ignore}
|
||||||
|
extra_scripts = ${esp32_defaults.extra_scripts}
|
||||||
|
build_flags =
|
||||||
|
${esp32_defaults.build_flags}
|
||||||
|
-D OT_IN_PIN_DEFAULT=21
|
||||||
|
-D OT_OUT_PIN_DEFAULT=22
|
||||||
|
-D SENSOR_OUTDOOR_PIN_DEFAULT=12
|
||||||
|
-D SENSOR_INDOOR_PIN_DEFAULT=18
|
||||||
|
-D LED_STATUS_PIN=2
|
||||||
|
-D LED_OT_RX_PIN=19
|
||||||
|
-D USE_SERIAL=0
|
||||||
|
-D USE_TELNET=1
|
||||||
|
|||||||
Reference in New Issue
Block a user