Status LED issues with Raspberry Pi gateway
-
Morning all.
Ive just had to completely rebuild my openhab and mysensors set up. Im running OH 2.4 on a Raspberry Pi 3B+, with the MySensors 2.4 bindings. Gateway compiles and runs fine....butttt I acidentaly configured --my-leds-blinking-inverse. How do i unconfigure it.Second led issue. The red error led is always lit, no blink, just steady burn. It is wired as noted in the guide.
Should i reneter the options and then remake the gate way? Im not sure how to go about this I was using arduinos before and there you just deleted the options from the sketch and reloaded it.
Thanks for the advice in advance
-
@dbagioni said in Status LED issues with Raspberry Pi gateway:
How do i unconfigure it.
According to: https://github.com/mysensors/MySensors/blob/development/Makefile
make cleanconfig
The red error led is always lit, no blink, just steady burn
Insn't that beacuse you configured --my-leds-blinking-inverse ???
-
@dbagioni run a new ./configure with the settings you want. Then build, test and install as normal.