This shows you the differences between two versions of the page.
|
iothings:laboratoare:2025_code:lab8_1 [2025/11/15 12:49] dan.tudose created |
iothings:laboratoare:2025_code:lab8_1 [2025/11/15 12:50] (current) dan.tudose |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | <code C++ main.cpp> | ||
| #include <Arduino.h> | #include <Arduino.h> | ||
| #include <WiFi.h> | #include <WiFi.h> | ||
| Line 83: | Line 84: | ||
| delay(5000); // send every 5 seconds | delay(5000); // send every 5 seconds | ||
| } | } | ||
| + | </code> | ||