This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:iot-open:practical:hardware:sut:esp32:iot_5 [2024/04/28 20:35] – [Start] pczekalski | en:iot-open:practical:hardware:sut:esp32:iot_5 [2024/05/01 13:28] (current) – [Start] pczekalski | ||
---|---|---|---|
Line 55: | Line 55: | ||
#include < | #include < | ||
</ | </ | ||
+ | WiFi UDP is part of the Arduino for the ESP32 framework, so you do not need to add it explicitly to the '' | ||
=== Step 3 === | === Step 3 === | ||
Line 63: | Line 64: | ||
=== Step 4 === | === Step 4 === | ||
- | Declate | + | Declare |
<code c> | <code c> | ||
WiFiUDP udp; //UDP Communication class | WiFiUDP udp; //UDP Communication class |