File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -51778,6 +51778,24 @@ kodedot.recipe.hooks.objcopy.postobjcopy.3.pattern_args=
51778
51778
51779
51779
kodedot.recipe.output.save_file={build.project_name}.ino.bin
51780
51780
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
+
51781
51799
##############################################################
51782
51800
51783
51801
# FED4 Board
You can’t perform that action at this time.
0 commit comments