-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
28 lines (24 loc) · 790 Bytes
/
Copy pathplatformio.ini
File metadata and controls
28 lines (24 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
; ============================================================================
; PlatformIO project config — Dasai Mochi Bot
; Board: Waveshare ESP32-C3-Zero
; ============================================================================
[env:esp32c3]
platform = espressif32
board = esp32-c3-devkitm-1
framework = arduino
monitor_speed = 115200
; ESP32-C3-Zero has native USB-Serial/JTAG
build_flags =
-DARDUINO_USB_MODE=1
-DARDUINO_USB_CDC_ON_BOOT=1
board_build.flash_mode = dio
board_build.f_flash = 80000000L
board_build.partitions = default.csv
lib_deps =
adafruit/Adafruit GFX Library
adafruit/Adafruit SSD1306
adafruit/Adafruit NeoPixel
bblanchon/ArduinoJson @ ^7
; point PlatformIO at the sketch sources
[platformio]
src_dir = firmware/dasai_mochi_bot