-
I think I have spotted an issue in ArtnetSender.h
What happens if millis(); overflow and now is 0 and this->last_send_times.find(dest) = 4,294,967,000 ?
```
void streamArtDmxTo(const String& ip, …
-
The error is related to the ambiguous millis() function due to the fact that there are different definitions of this function in the code. We can solve this problem by using a specific notation of the…
-
Apparently, `millis()` will wrap around to 0 after roughly 49 days of execution time. In environments where the RNode may be left unattended, this could be an issue, and cause weird behaviour.
I ne…
-
millis() function is not implemented yet ? Or exist under another nameoffunction ?
-
Hi.
I try to compile your code with esphome 2023.7.1 and get errors like that:
`src/esphome/components/junctek_kgf/junctek_kgf.cpp: In member function 'void JuncTekKHF::handle_settings(const char…
-
If we want to enable a seamless transition for saved queries, we need to support mixed-type comparisons. Saved queries are likely to have clauses like `| WHERE ts > "2023-10-23T13:00:00Z"`, and the a…
-
In my dev environment (Macbook Pro 2020 i7) importing `atproto` takes over 3 seconds with Python 3.10, 3.11 and 3.12.
I couldn't find mentions of this in the issue tracker, so I assume this is not…
-
2024-11-18 00:36:19.806 [destination =xxxxxx , address = /xxxxx EventParser] ERROR com.alibaba.otter.canal.common.alarm.LogAlarmHandler - destination:dl_dljt_luxi[com.alibaba.otter.canal.parse.excepti…
-
We need help upgrading `rzeldent/esp32_smartdisplay` version to its latest tag, currently [@2.1.0](https://github.com/rzeldent/esp32-smartdisplay/tree/2.1.0).
We must upgrade all direct `lgvl` call…
-
hi
I received the product and I would like to know if there is a way to turn the display off and on again.
for now I'm doing it like this but I'm not sure if it's the right way
```
amoled.setHom…