MaxineMuster

Results 36 issues of MaxineMuster

After recent changes to fix usage of time_t, there were 4 other places, which should be addressed: ``` max@max:~/LN882H/20240326/OpenBK7231T_App$ find . -name "*.[ch]" | xargs grep -C 2 -n "gmtime((time_t"...

**Describe the bug** When trying to get status with NTP enabled, request crashes device. This seems to be inside file `src/httpserver/json_interface.c` in `static int http_tasmota_json_status_generic(void* request, jsonCb_t printer)` in this...

bug

I tried to add as many #if s as possible, though impact is not too much (for OpenLN882H just the clock, without handling of daylight saving time, its less than...

Since often you might not need very exact time, or even can't connect to an NTP server, I tried an different approach for some "easy" time keeping: If you store...

Not tested in deep, only a first basic test of creating a file, which could be accessed after reboot. - need to add littlefs-source to sdk/OpenLN882H/project/OpenBeken/CMakeLists.txt Remarks: I had to...

introduced a function to get number of channels for an IO role changed array with roles to an array of arrays: ``` r[[i]0]="" (was r[i] before) r[i][1]) ``` in JS...

As requested here: https://www.elektroda.com/rtvforum/topic4055720.html

Tested only with LN882H Since it alters wifi code, I would advice to use it only if UART flashing is possible during test. It's just a test up to now,...