| 123456789101112131415161718 |
- ; PlatformIO Project Configuration File for Mirror HUD Display
- ;
- ; ESP32 with 1.51" Transparent OLED (SSD1309)
- ; BLE Server receiving battery and speed data from glove
- [platformio]
- default_envs = esp32dev
- [env:esp32dev]
- platform = espressif32
- board = esp32dev
- framework = arduino
- monitor_speed = 115200
- lib_deps =
- olikraus/U8g2@^2.34.22
- build_flags =
- -DCORE_DEBUG_LEVEL=3
- -DCONFIG_ESP_COEX_SW_COEXIST_ENABLE
|