8000 esp32/modlte: Enabled suspention of Mesh task in modem upgrade task · pycom/pycom-micropython-sigfox@4a859e2 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 4a859e2

Browse files
author
iwahdan88
committed
esp32/modlte: Enabled suspention of Mesh task in modem upgrade task
1 parent 036a6d1 commit 4a859e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esp32/mods/modlte.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ static void TASK_LTE_UPGRADE(void *pvParameters){
290290
#if defined(FIPY)
291291
vTaskSuspend(xLoRaTaskHndl);
292292
vTaskSuspend(xSigfoxTaskHndl);
293-
// vTaskSuspend(xMeshTaskHndl);
293+
vTaskSuspend(xMeshTaskHndl);
294294
#endif
295295
vTaskSuspend(xLTETaskHndl);
296296

0 commit comments

Comments
 (0)
0