Set the debug level to error by default to see the errors

This commit is contained in:
Oleg Kalachev
2026-05-28 19:25:29 +03:00
parent b83c9b3845
commit 488ceb3004
2 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
BOARD = esp32:esp32:d1_mini32
BOARD = esp32:esp32:d1_mini32:DebugLevel=error
PORT := $(strip $(wildcard /dev/serial/by-id/usb-Silicon_Labs_CP21* /dev/serial/by-id/usb-1a86_USB_Single_Serial_* /dev/cu.usbserial-* /dev/cu.usbmodem*))
build: .dependencies