Phil
Phil
The easiest way is to send it as a binary https://github.com/ph1p/ikea-led-obegraensad/blob/2abb613edad4168b3f4c4b2384b93d37d7b7238e/src/websocket.cpp#L72 . You can also create a new plugin with a websocketHook and define some custom websocket payloads https://github.com/ph1p/ikea-led-obegraensad/blob/2abb613edad4168b3f4c4b2384b93d37d7b7238e/src/plugins/DrawPlugin.cpp#L24 And...
Thank you for your suggestion! :) Saving the orientation is easy. I will implement it as soon as I can. I also like the suggestion for the button, but I...
Hello @s0m3thin Have a look at the "How to" section. If you are missing something in description, feel free to open a PR. **I'll try to describe the steps in...
> Can confirm, on `esp32-c3-devkitc-02` board the program is stuck in a boot loop: > > ``` > > ESP-ROM:esp32c3-api1-20210207 > > Build:Feb 7 2021 > > rst:0x8 (TG1WDT_SYS_RST),boot:0xc (SPI_FAST_FLASH_BOOT)...