Skip to content

Commit 364319d

Browse files
committed
Remove SSU (2nd stage bootloader for MKR GSM 1400) as OTA for MKR GSM has never been completed and may need a complete overhaul, mofe SFU into nano specific OTA module.
1 parent 81d68e4 commit 364319d

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

src/utility/ota/OTA-nano-rp2040.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727

2828
#include <Arduino_DebugUtils.h>
2929

30+
#include <SFU.h>
31+
3032
/******************************************************************************
3133
* FUNCTION DEFINITION
3234
******************************************************************************/

src/utility/ota/OTA.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,6 @@
2424

2525
#include <AIoTC_Config.h>
2626

27-
#if OTA_STORAGE_SSU
28-
#include <SSU.h>
29-
#endif /* OTA_STORAGE_SSU */
30-
31-
#if OTA_STORAGE_SFU
32-
#include <SFU.h>
33-
#endif /* OTA_STORAGE_SFU */
34-
3527
/******************************************************************************
3628
* DEFINES
3729
******************************************************************************/

0 commit comments

Comments
 (0)