This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <WiFi.h> | |
| #include <Wire.h> | |
| #include <SPI.h> // Necesario para la comunicación con la SD | |
| #include <SD.h> // Librería oficial para tarjetas SD | |
| #include <U8g2lib.h> | |
| #include "Audio.h" | |
| #include "BluetoothA2DPSource.h" | |
| // --- CONFIGURACIÓN WI-FI --- | |
| const char* ssid = "TU_SSID_WIFI"; |