We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7711ca commit 069f0e2Copy full SHA for 069f0e2
examples/Example_ESP32/Example_ESP32.ino
@@ -14,6 +14,7 @@ float seqNumber = 0;
14
float receivedValue = 0;
15
16
void setup() {
17
+ Serial.begin(115200);
18
WiFi.begin(ssid, password);
19
20
// Disable WiFi power save (huge latency improvements)
0 commit comments