Skip to content
Next Next commit
loader: remove wait for Serial open
  • Loading branch information
pennam committed Jan 14, 2026
commit 57bd3a43b08cbcae76d9d54b4fea3630b1226a06
1 change: 0 additions & 1 deletion libraries/SFU/extra/loader/loader.ino
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ void setup() {

#ifdef PORTENTA_C33_SFU_DEBUG_OTA
Serial.begin(115200);
while(!Serial);
Debug.setDebugOutputStream(&Serial);
Debug.setDebugLevel(DBG_VERBOSE);
DEBUG_INFO("SFU version: %d", VERSION);
Expand Down