Jens True

Results 10 comments of Jens True

``` C:\Documents and Settings\JCT\.platformio\packages\tool-esptool>esptool.exe -h esptool v0.4.8 - (c) 2014 Ch. Klippel ```

Full log output from first a write then a chip erase ``` D:\Dev\ESP8266\Issue1706>D:\esptool.exe -vv -cd nodemcu -cb 115200 -cp COM9 -cf .pioenvs\nodemcu\firmware.bin esptool v0.4.8 - (c) 2014 Ch. Klippel setting...

The format is defined here. https://wwwfiles.iar.com/riscv/EWRISCV_IDEGuide.pdf Page 122 `-jsondb` Generates a JSON description of the project. The format is based on the compiler database format but also contains the linking,...

Streamline the usage of JSON. Currently the $properties topic is comma seperated, but the $implementation/config topic is JSON. I don't care which one it is. I just want it to...

The underlaying Arduino library attempts to parse the body of the incomming request. Build project with -DDEBUG_ESP_HTTP_SERVER - It does not appear to be a problem with Homie, and changing...

You can relatively easy accomplish this using the TimeAlarms.h arduino lib. https://github.com/PaulStoffregen/TimeAlarms I do the following ` #include const int WEATHER_INTERVAL = 180; void loopHandler() { Alarm.delay(0); } void setup()...

I recall the reasoning for this feature being that during configuration the web ui can verify that the select hotspot has internet connectivity. And if needed that internet connection can...

I had trouble with a certain ESP8266 board which left handled the reset button in a different. Whenever I powercycled the device the default state of the button would send...

Glad you agree It feels like overkill having to write a separate plugin for every webhook there is. And currently there is no way of making gotify accept a randomly...