* fix reboot issue #1607
This commit is contained in:
lumapu 2024-05-09 00:19:44 +02:00
parent e4a467cd9b
commit 4191aafeeb
4 changed files with 8 additions and 2 deletions

View file

@ -481,7 +481,7 @@ void app:: zeroIvValues(bool checkAvail, bool skipYieldDay) {
}
if(changed)
payloadEventListener(RealTimeRunData_Debug, NULL);
payloadEventListener(RealTimeRunData_Debug, nullptr);
}
//-----------------------------------------------------------------------------