c01dd232c5
...in cfg.cpp the if statement used "IRPIN" (which is consistent to all other PIN names), but on the declaration-side "IR_PIN" was used. Changed all occurences of "IR_PIN" to "IRPIN".
9 lines
183 B
INI
9 lines
183 B
INI
[env:esp32dev]
|
|
build_flags = ${common.build_flags_esp32}
|
|
; PIN defines - uncomment and change, if needed:
|
|
; -D LEDPIN=2
|
|
-D BTNPIN=35
|
|
; -D IRPIN=4
|
|
; -D RLYPIN=12
|
|
; -D RLYMDE=1
|