Aljaz Ogrin
Aljaz Ogrin
While using this function I came up with a few improvements. Recommended additions: **- more debug outputs** for easier trackingwhat is going on in the background if problems appear if...
While running the code through PIO Inspector, this [incompliance ](https://cwe.mitre.org/data/definitions/628.html?utm_source=platformio&utm_medium=piohome)was found. File: Mqtt_client_ips.cpp : 146 : 34 Function: void callback(char* topic, byte* payload, unsigned int length) { //A new message...
Instead of access point and web server it is very simple to config the clock using serial port. Import code from wfdudley from [here](https://github.com/aly-fly/EleksTubeHAX/compare/main...wfdudley:EleksTubeHAX-wfdudley:main).
Implement Time zone and DST changes internally, without the need for IP geolocation. Import code from: [RedNax67](https://github.com/SmittyHalibut/EleksTubeHAX/compare/main...RedNax67:EleksTubeHAX:main)
1: Polling IP geolocation server is not restricted and may repeat with high frequency for 1 minute if an error is encountered. to-do: implement some delay and max number of...
All libraries are up to date (removed specific versions in the platformio.ini) When switching the presets the function `stop_mp3client` is called which causes reboot of the system: ``` [ 19693][I][main.cpp:1225]...
I have a medium complexity project on ESP32 with quite a few libraries in use. The problem is, any time the file system changes in the PlatformIO folder structure it...
As you are not accepting PRs, I am sending the recommended updates here. Changes below implement Online and Offline status, which can be used by high-level MQTT systems, like HA,...
Current implementation of timezone offset and daylight saving switching only works on power-up. When DST changes in the middle of the night, clock must be restarted for Geolocation to restart...