JelleWho
JelleWho
This is just a few adapters that support/ not support the latest TS-80 firmware, I really like how the [WIKI](https://github.com/Ralim/ts100/wiki/TS-80) states what adapters work with the firmware. So I tasked...
https://www.arduino.cc/reference/en/language/variables/data-types/string/functions/trim/ It states that it removes 'any leading and trailing whitespace' 'whitespace' isn't declared, Some websites states that /r/n are also whitespaces (char 10+13) but it does not remove these....
Small update in the readme to make instalment for new users a bit easier
Not a bug report or an issue, just wanted to give some feedback to help the README and such alone. I do have some minor questions/bugs but I will post...
I installed the module like shown in [here](https://github.com/DomiStyle/esphome-panasonic-ac/issues/111) My Airco does not have a Horizontal swing mode, I did enable vertical_swing_select since I do have that. The issue now it...
I tried removing it, and following the steps again. But still the same results I tried setting my time to "(GMT+00:00) GMT (no daylight saving)" but that also doesn't work...
Small update in the readme to make instalment for new users a bit easier
**Problem** Can't get the example sketch to work with static IP (WiFi.config) **my platform** ESP32 Vroom ([DIOT ESP32 DEVKIT V1](https://docs.zerynth.com/latest/official/board.zerynth.doit_esp32/docs/index.html)) [board link](https://arduino.esp8266.com/stable/package_esp8266com_index.json) **What happens** I always get 'Failed!' unless I...
My compiler gives some soft warning (compile still works) It complains about variables that are not used but are declared. I looked them up in the file, and indeed for...
[not a bug, just a note] I tried the example [sketch](https://github.com/witnessmenow/arduino-ifttt-maker/tree/master/examples/ESP8266/TriggerEvent) and changed `#include ` to `#include ` Compiled it for ESP32 Vroom ([DIOT ESP32 DEVKIT V1](https://docs.zerynth.com/latest/official/board.zerynth.doit_esp32/docs/index.html)) [board link](https://arduino.esp8266.com/stable/package_esp8266com_index.json) I...