adynis

Results 5 issues of adynis

Until now, these functions existed in the code but were not used, because: ```c // Let's go! if (ping_start(&_options)) { return true; // Suspend till the process end esp_yield(); }...

Resolving #10 Sometimes the previous code was giving 0.0.0.0 ... I'm not sure why. The new variant seems to work all the times.

In place of: ```c // Get from IP address ip4_addr_t fromaddr; inet_addr_to_ip4addr(&fromaddr, &from.sin_addr); strcpy(ipa, inet_ntoa(fromaddr)); ``` later edit: which sometimes returs "0.0.0.0" for "www.google.ro" it's easier/better to write: ```c //...

Hi, I'm monitoring Temp and Humidity. For some unwanted reasons, I get some spikes (like: 120% relative humidity, or 97 degrees Celsius). Until some days will pass, the charts on...

First: This is a gorgeos card !! Thanks for all your efforts !! I was playing around with scenes and I like 2 things which can not be combined: -...