platformio.ini.backup 424 B

123456789101112131415161718
  1. ; PlatformIO Project Configuration File for Mirror HUD Display
  2. ;
  3. ; ESP32 with 1.51" Transparent OLED (SSD1309)
  4. ; BLE Server receiving battery and speed data from glove
  5. [platformio]
  6. default_envs = esp32dev
  7. [env:esp32dev]
  8. platform = espressif32
  9. board = esp32dev
  10. framework = arduino
  11. monitor_speed = 115200
  12. lib_deps =
  13. olikraus/U8g2@^2.34.22
  14. build_flags =
  15. -DCORE_DEBUG_LEVEL=3
  16. -DCONFIG_ESP_COEX_SW_COEXIST_ENABLE