dummybot-firmware/platformio.ini

26 lines
718 B
INI
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

; PlatformIO Project Configuration File
; DummyBot v5 ESP32 + OLED SSD1306 128x64 (I2C) + 3 botones + vibrador
[env:esp32dev]
platform = espressif32 @ 6.5.0
board = esp32dev
framework = arduino
monitor_speed = 115200
upload_speed = 921600
lib_deps =
adafruit/Adafruit SSD1306@^2.5.7
adafruit/Adafruit GFX Library@^1.11.9
bblanchon/ArduinoJson@^7.0.4
build_flags =
-DCORE_DEBUG_LEVEL=3
-DUSER_SETUP_LOADED=1
; ─── CONFIG POR DEFECTO ───
-DDEFAULT_WIFI_SSID=\"BatKuevaUp\"
-DDEFAULT_WIFI_PASS=\"JaMon2026\"
-DBACKEND_URL=\"http://157.180.77.232:18080\"
-DDEFAULT_DEVICE_TOKEN=\"UrTQ0byozhEJxZQSC7LFmDq8liH3OnEBaFryUlU4yHaKcq2c\"
build_src_filter = +<main.cpp>