-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplatformio.ini
41 lines (35 loc) · 1.19 KB
/
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
36
37
38
39
40
41
; 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
[platformio]
default_envs = Electron
[env]
platform = espressif32
board = esp32dev
framework = arduino
lib_deps = fdivitto/FabGL@^1.0.9
lib_ldf_mode = deep+
upload_speed = 500000
monitor_speed = 500000
#monitor_filters = time
upload_port = /dev/tty.usbserial-11120 #/dev/tty.usbserial-211240
monitor_port = /dev/tty.usbserial-11120 #/dev/tty.usbserial-211240
monitor_filters = esp32_exception_decoder
#upload_port = /dev/tty.usbserial-10
#monitor_port = /dev/tty.usbserial-10
[env:Electron]
build_flags = -D
[env:ElectronMOS]
build_flags = -D MOS_COMPATIBLE
[env:ElectronConsole8]
build_flags = -D CONSOLE8
upload_port = /dev/tty.usbserial-02B1CCD1 #/dev/tty.usbserial-21130 ;/dev/tty.usbserial-211240
monitor_port = /dev/tty.usbserial-02B1CCD1 #/dev/tty.usbserial-21130 ;/dev/tty.usbserial-211240
[env:ElectronFR]
build_flags = -D SHOW_FRAME_RATE