hycday

Results 7 comments of hycday

tried to compile "Receive_Raw" example, got error : Selected boards "ESP32 Dev Module" or "DOIT ESP32 DEVKIT V1", same result: ``` In file included from C:\Users\xxx\Documents\Arduino\libraries\ESPiLight-master\src\ESPiLight.cpp:36:0: C:\Users\xxx\Documents\Arduino\libraries\ESPiLight-master\src\pilight/libs/pilight/protocols/protocol.h:26:26: fatal error: ../core/json.h:...

you are correct...installing from the Library Manager allowed me to compile successfully :) so i tested, and was able to successfully receive a signal that has 2 sync bits, (but...

is there a possible way of making this work without having to clear cache ? i.e. could it work once Google releases an update ? (yes, got the issue as...

Can you please provide a bit more details on how to make it work ? I have a running container, and it is open and working ``` # docker port...

I indeed forgot to comment out that line, so now I only have the 3 lines from my previous post when I do : > sendmail [email protected] < test.txt and...

this is what i have with `docker logs slacker` ``` /usr/src/app/handler.py:19: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details....

Nevermind... just did it all works perfectly well. Once you create your slack workspace go to https://api.slack.com/ Create an app Add right OAuth permissions as needed (example: Bot Token Scopes...