- ESP32-C3
- Módulo SH1106 con encoder rotatorio
// Configuración WiFi y servidor (modifica según tus necesidades)
const char* ssid = "YourSSID";
const char* password = "YourPass";
const char* serverIP = "192.168.1.5";
const int serverPort = 2560;| Name | Name | Last commit date | ||
|---|---|---|---|---|
// Configuración WiFi y servidor (modifica según tus necesidades)
const char* ssid = "YourSSID";
const char* password = "YourPass";
const char* serverIP = "192.168.1.5";
const int serverPort = 2560;