Files
WLED_MM_Infinity/tools
Frank 15199dc711 protect unconnected USB-CDC from being used
found a few more places where Serial was used without first checking if its connected.

Arduino docs: `if (Serial)` indicates whether or not the USB CDC serial connection is open. For all non-USB CDC ports, this will always return true
2024-05-29 15:43:24 +02:00
..
2021-04-30 00:00:46 +02:00
2021-04-30 00:00:46 +02:00
2023-07-21 14:46:05 +02:00