Open leodrivera opened 6 months ago
Memory usage change @ 3b359ebe1848a887e7947339ce2e992f20a40d52
Board | flash | % | RAM for global variables | % |
---|---|---|---|---|
esp8266:esp8266:huzzah |
N/A | N/A | N/A | N/A |
Memory usage change @ 5b5c3178e554f9b75ac8983a92a0e03b128a6247
Board | flash | % | RAM for global variables | % |
---|---|---|---|---|
esp8266:esp8266:huzzah |
N/A | N/A | N/A | N/A |
Any updates?
Implement getFormattedDateTime, which has the advantage, when compared #94 that does not rely on external lib and parse more patterns. The #161 was used as base, however, I had to change all the calculation logic, as the results were not correct
Patterns
With this new method, getFormattedTime loses the meaning of existing, given that we can obtain the same result through the parameter "%H:%M:%S"
timeClient.getFormattedDateTime("%H:%M:%S")