mirror of https://github.com/arendst/Tasmota.git
Merge pull request #7694 from s-hadinger/patch-1
Remove trailing comments
This commit is contained in:
commit
dbdd11d327
|
@ -94,8 +94,8 @@ build_flags = -D NDEBUG
|
||||||
|
|
||||||
[irremoteesp8266_full]
|
[irremoteesp8266_full]
|
||||||
build_flags = -DUSE_IR_REMOTE_FULL
|
build_flags = -DUSE_IR_REMOTE_FULL
|
||||||
-U_IR_ENABLE_DEFAULT_ ; use default, i.e. enable all protocols
|
-U_IR_ENABLE_DEFAULT_
|
||||||
-DDECODE_PRONTO=false -DSEND_PRONTO=false ; except PRONTO
|
-DDECODE_PRONTO=false -DSEND_PRONTO=false
|
||||||
|
|
||||||
[core_active]
|
[core_active]
|
||||||
platform = ${core_2_6_1.platform}
|
platform = ${core_2_6_1.platform}
|
||||||
|
|
Loading…
Reference in New Issue