Slavomir Hustaty
Slavomir Hustaty
> That way you would have **n** log files for **n** cron tasks. Only one log file with a good rotation policy is better Only one file per day to...
> Why not move the (optional) suffix in conf? Reflecting current implementation that would mean something like introducing new config option logFilename=dirname/cron_{{@(date'Y_m_d')}}.log ```php [CRON] log = TRUE logFilename=cronLogs/cron_{{ @(date'Y_m_d') }}.log...
Well then - the last proposal is 100% backward compatible and enables choice of time based rolling frequency via filename changes. What is the next step @xfra35 ?
For me work 4 switches just fine on NodeMCU 0.9. Just to make sure - did you change the listen port and introduced the methods at top of *.ino ?...
Hello, yes - that minimalistic change sufficient for integration with other libraries. When I changed the state from MQTT I could see the change in Alexa app. With this method...
Make sure when the relay is on - if the pin needs to be OUTPUT high or low. Depending on board you might use NPN transistor (or optoisolated component or...
I don't have access to your JIRA so feel free. The contribution isn't any rocket science at this stage but shouldn't break anything (backward compatibility shouldn't be affected). If needed...
isn't this Guava related https://blog.gradle.org/guava ?
https://github.com/google/guava/blob/9c1e5dea4b980202ba003b90fcb64183d42031b3/guava/src/com/google/common/base/Platform.java#L58 well - not much added value by this check :-/
"Long"-er number to be used? :) Numeric value (2944520486) out of range of int (-2147483648 - 2147483647)