Skip to content

Commit 3f13c51

Browse files
committed
fix(board): restore DebugLevel menu required by CI
1 parent a78c194 commit 3f13c51

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

boards.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51778,6 +51778,24 @@ kodedot.recipe.hooks.objcopy.postobjcopy.3.pattern_args=
5177851778

5177951779
kodedot.recipe.output.save_file={build.project_name}.ino.bin
5178051780

51781+
kodedot.menu.DebugLevel.none=None
51782+
kodedot.menu.DebugLevel.none.build.code_debug=0
51783+
51784+
kodedot.menu.DebugLevel.error=Error
51785+
kodedot.menu.DebugLevel.error.build.code_debug=1
51786+
51787+
kodedot.menu.DebugLevel.warn=Warn
51788+
kodedot.menu.DebugLevel.warn.build.code_debug=2
51789+
51790+
kodedot.menu.DebugLevel.info=Info
51791+
kodedot.menu.DebugLevel.info.build.code_debug=3
51792+
51793+
kodedot.menu.DebugLevel.debug=Debug
51794+
kodedot.menu.DebugLevel.debug.build.code_debug=4
51795+
51796+
kodedot.menu.DebugLevel.verbose=Verbose
51797+
kodedot.menu.DebugLevel.verbose.build.code_debug=5
51798+
5178151799
##############################################################
5178251800

5178351801
# FED4 Board

0 commit comments

Comments
 (0)