mirror of
https://github.com/Genaker/LoraSA.git
synced 2026-03-28 17:42:59 +01:00
Support Wrap with checksum
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user