forked from eurofurence/ef28-badge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
35 lines (32 loc) · 920 Bytes
/
platformio.ini
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
29
30
31
32
33
34
35
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env:esp32-s3-devkitc-1]
platform = espressif32
board = esp32-s3-devkitc-1
; 80Mhz is the minimum for WiFi while saving some battery
board_build.f_cpu = 80000000L
board_build.f_flash = 80000000L
framework = arduino
lib_deps =
fastled/FastLED@^3.7.4
painlessMesh
build_unflags =
-std=gnu++11
-std=gnu++14
-std=gnu++17
; Current compiler supports up to 2a (alias for 20)
build_flags = -std=gnu++2a
; upload_protocol = espota
; upload_port = 192.168.1.42
; upload_flags =
; --auth=R.A.T.S.
; --host_port=40042
[env]
extra_scripts = merge-bin.py