We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3f647b commit b400b2eCopy full SHA for b400b2e
firmware_update.cpp
@@ -239,6 +239,9 @@ bool DeRestPluginPrivate::startUpdateFirmware()
239
*/
240
void DeRestPluginPrivate::firmwareUpdateTimerFired()
241
{
242
+ // TODO(mpi): whole firmware module needs to be rewritten for upcoming GCFFlasher4 based connectiongs
243
+ return; // disabled for now, causes SEGV on some setups since v2.23.x
244
+
245
if (otauLastBusyTimeDelta() < OTA_LOW_PRIORITY_TIME)
246
247
fwUpdateState = FW_Idle;
0 commit comments