Add DFU notification as a simple pop-up

This commit is contained in:
Jason P
2025-12-14 08:14:54 -06:00
parent bf32f17f28
commit d171b2035f

View File

@@ -417,6 +417,7 @@ bool AdminModule::handleReceivedProtobuf(const meshtastic_MeshPacket &mp, meshta
}
case meshtastic_AdminMessage_enter_dfu_mode_request_tag: {
LOG_INFO("Client requesting to enter DFU mode");
screen->showSimpleBanner("Device is rebooting\ninto DFU mode.", 0);
#if defined(ARCH_NRF52) || defined(ARCH_RP2040)
enterDfuMode();
#endif