Support Wrap with checksum

This commit is contained in:
Sassa NF
2024-11-03 15:52:19 +00:00
parent 9d42fc1061
commit d44bfcdbe2
6 changed files with 196 additions and 62 deletions

View File

@@ -560,7 +560,7 @@ void dumpToCommsTask(void *parameter)
int64_t delay = report_scans.delay;
if (delay == 0)
{
delay = (1 << 63) - 1;
delay = (1ull << 63) - 1;
}
ulTaskNotifyTake(true, pdMS_TO_TICKS(delay));