1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-09-02 02:42:36 +02:00

Change [MSG:.....] method

[MSG:....] type information can now have levels and can be turned off.
added debug level none to
This commit is contained in:
bdring
2020-02-06 20:22:00 -06:00
parent dc8bd1c0bd
commit d1164248b7
20 changed files with 114 additions and 338 deletions

View File

@@ -27,3 +27,4 @@ framework = arduino
upload_speed = 512000
board_build.partitions = min_spiffs.csv
monitor_speed = 115200
build_flags = -DCORE_DEBUG_LEVEL=0