forked from foxis/ESPReflow
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplatformio.ini
More file actions
52 lines (44 loc) · 1.27 KB
/
platformio.ini
File metadata and controls
52 lines (44 loc) · 1.27 KB
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
42
43
44
45
46
47
48
49
50
51
52
; 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
; http://docs.platformio.org/page/projectconf.html
[platformio]
data_dir = data
[env:reflow]
;platform = espressif32
;platform = https://github.com/platformio/platform-espressif32.git#feature/stage
platform = https://github.com/platformio/platform-espressif32.git
board = pico32
framework = arduino
;upload_port = 192.168.1.68
upload_speed = 921600
;build_flags = -Wl,-Teagle.flash.4m.ld
lib_ignore =
1826
305
lib_deps =
git+https://github.com/Zchander/XJM_EasyOTA.git
;git+https://github.com/me-no-dev/AsyncTCP.git#idf-update
git+https://github.com/me-no-dev/AsyncTCP.git
git+https://github.com/me-no-dev/ESPAsyncWebServer.git
ArduinoJson
MAX31855
monitor_speed = 115200
;;;;; Possible options ;;;;;;
; None
;build_flags = -DCORE_DEBUG_LEVEL=0
; Error
;build_flags = -DCORE_DEBUG_LEVEL=1
; Warn
;build_flags = -DCORE_DEBUG_LEVEL=2
; Info
;build_flags = -DCORE_DEBUG_LEVEL=3
; Debug
;build_flags = -DCORE_DEBUG_LEVEL=4
; Verbose
build_flags = -DCORE_DEBUG_LEVEL=5