#ifndef COMMON_LIBRARIES_HPP #define COMMON_LIBRARIES_HPP #include #include "time.h" #include #include //Librerías WiFi y UDP --- #include #include //CONFIGURACIÓN WIFI Y FIREBASE #define WIFI_SSID "test" #define WIFI_PASSWORD "12345678" //CONFIGURACIÓN WIFI Y FIREBASE #define UDP_PORT 4210 #endif