Replies: 1 comment 2 replies
-
To persist changes you need to modify the file AvailableBoards.js |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Community,
I'm trying to make a Tasmota build with SSL and IR support, but for some IR protocols only.
Original discussion : arendst/Tasmota#13202 (reply in thread)
I tried connecting to the docker container's shell as per guide : https://github.com/benzino77/tasmocompiler/blob/master/ADVANCED.md
After that I've tried adding the following flags:
-D_IR_ENABLE_DEFAULT_=false -DDECODE_SYMPHONY=true -DSEND_SYMPHONY=true -DSEND_RAW=true
into the build_flags section in platformio.ini and platformio_tasmota_env.ini
After running a compile from UI - those settings were lost.
Questions :
Beta Was this translation helpful? Give feedback.
All reactions