You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Docs/Local.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ On **Arduino Uno R4 WiFi**, the ANNA-B112 (BLE) and ESP32-S3 (WiFi) modules shar
117
117
## 4. Serial Initialisation Timeout
118
118
119
119
```cpp
120
-
constexprunsignedlong serialInitTimeoutMs = 300;
120
+
constexpruint64_t serialInitTimeoutMs = 300;
121
121
```
122
122
123
123
If `waitForConnection` is `true` when initialising serial, the firmware waits up to this many milliseconds for the USB serial connection before continuing with setup. Useful when debugging startup log messages that would otherwise be missed because the serial monitor opens after the board has already booted.
0 commit comments