platformio.ini 748 B

12345678910111213141516171819202122232425262728
  1. ; PlatformIO Project Configuration File for Mirror HUD Display
  2. ;
  3. ; XIAO ESP32-C3 with 1.51 Transparent OLED SSD1309
  4. ; BLE Server receiving battery and speed data from glove
  5. [platformio]
  6. default_envs = seeed_xiao_esp32c3
  7. [env:seeed_xiao_esp32c3]
  8. platform = espressif32
  9. board = seeed_xiao_esp32c3
  10. framework = arduino
  11. monitor_speed = 115200
  12. lib_deps =
  13. olikraus/U8g2@^2.34.22
  14. h2zero/NimBLE-Arduino @ ^1.4.1
  15. build_flags =
  16. -DCORE_DEBUG_LEVEL=3
  17. -DCONFIG_ESP_COEX_SW_COEXIST_ENABLE
  18. -DARDUINO_USB_CDC_ON_BOOT=1
  19. -DCONFIG_BT_NIMBLE_ENABLED=1
  20. -DCONFIG_BT_BLE_ENABLED=1
  21. -DCONFIG_BLUEDROID_ENABLED=0
  22. -DCONFIG_BT_BLUEDROID_ENABLED=0
  23. lib_ignore =
  24. BLE
  25. upload_protocol = esptool
  26. monitor_filters = esp32_exception_decoder