Skip to content

Commit b400b2e

Browse files
committed
Disable firmware update handling for now
This caused a SEGV in some setups. Since the handling will be refactored anyway disable for now.
1 parent e3f647b commit b400b2e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

firmware_update.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,9 @@ bool DeRestPluginPrivate::startUpdateFirmware()
239239
*/
240240
void DeRestPluginPrivate::firmwareUpdateTimerFired()
241241
{
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+
242245
if (otauLastBusyTimeDelta() < OTA_LOW_PRIORITY_TIME)
243246
{
244247
fwUpdateState = FW_Idle;

0 commit comments

Comments
 (0)