-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.local.ini.example
More file actions
25 lines (23 loc) · 983 Bytes
/
Copy pathplatformio.local.ini.example
File metadata and controls
25 lines (23 loc) · 983 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
[wifi_secrets]
wifi_flags_8inch =
-D WIFI_SSID=\"your-ssid-here\"
-D WIFI_PASSWORD=\"your-password-here\"
wifi_flags_15inch =
-D WIFI_SSID=\"your-ssid-here\"
-D WIFI_PASSWORD=\"your-password-here\"
; Optional override: pin the USB port used for a wired flash. PlatformIO
; auto-detects the board when this is absent, which is usually what you want.
; Set it only if auto-detect picks the wrong device (e.g. several boards
; plugged in at once). Windows uses COMx, Linux /dev/ttyACM0, macOS
; /dev/cu.usbmodemXXXX. Uncomment and edit:
; [env:esp32c3_v3_8inch]
; upload_port = COM6
; Optional override: LED chain geometry, if your build differs from the standard
; 97-LED 8" chain (60 + 24 + 12 rings, plus one centre pixel). Most people never
; need this. Example - a chain with one extra unused LED at the front, which
; shifts everything along by one:
; [led_chain]
; chain_flags_8inch =
; -D CLOCK_PIXEL_COUNT=98
; -D CENTER_PIXEL_INDEX=97
; -D RING_PIXEL_OFFSET=1