|
@@ -20,6 +20,7 @@ build_src_filter = ${common.default_src_filter} +<src/HAL/ESP32>
|
20
|
20
|
lib_ignore = NativeEthernet
|
21
|
21
|
upload_speed = 500000
|
22
|
22
|
monitor_speed = 250000
|
|
23
|
+monitor_filters = colorize, time, send_on_enter, log2file, esp32_exception_decoder
|
23
|
24
|
#upload_port = marlinesp.local
|
24
|
25
|
#board_build.flash_mode = qio
|
25
|
26
|
|
|
@@ -28,13 +29,13 @@ extends = env:esp32
|
28
|
29
|
board_build.partitions = default_16MB.csv
|
29
|
30
|
|
30
|
31
|
[env:PANDA]
|
31
|
|
-extends = env:esp32
|
32
|
|
-build_flags = ${env:esp32.build_flags} -DUSE_ESP32_EXIO -DUSE_ESP32_TASK_WDT
|
33
|
|
-lib_deps = ${common.lib_deps}
|
34
|
|
- SoftwareSerialEsp32
|
|
32
|
+extends = env:esp32
|
|
33
|
+build_flags = ${env:esp32.build_flags} -DUSE_ESP32_EXIO -DUSE_ESP32_TASK_WDT
|
|
34
|
+lib_deps = ${common.lib_deps}
|
|
35
|
+ SoftwareSerialEsp32
|
35
|
36
|
board_build.partitions = Marlin/src/HAL/ESP32/esp32.csv
|
36
|
|
-upload_speed = 115200
|
37
|
|
-monitor_speed = 115200
|
|
37
|
+upload_speed = 115200
|
|
38
|
+monitor_speed = 115200
|
38
|
39
|
|
39
|
40
|
[env:mks_tinybee]
|
40
|
41
|
extends = env:esp32
|