[ACELL03] Examples cannot be in headless mode without Serial #20
Labels
conclusion: declined
Will not be worked on
topic: documentation
Related to documentation for the project
type: enhancement
Proposed improvement
The Serial monitor, together with the
.setDebugStream(Serial)
option provided in the Arduino_Cellular library, provides additional information on the sketch as it is executed. This can be useful for understanding/debugging the sketch by users without relying on an external JTAG interface.Given that the Arduino_Cellular library is designed to be used with the Portenta C33/H7 (See #18) as a standalone device, the examples should also be usable in headless mode (with the
while (!Serial);
line commented). To this end, LED indicators (e.g.digitalWrite(LRED, HIGH)
) should be used on the following sketches.The text was updated successfully, but these errors were encountered: