add missing menu option (#7282)
Somehow the fix #7129 was not applied to NORA-W10 probably both changes were happening at around the same time, this PR fixes this. Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com>
This commit is contained in:
parent
98694ab81a
commit
86577bf5b3
1 changed files with 5 additions and 0 deletions
|
|
@ -5033,6 +5033,11 @@ nora_w10.menu.DebugLevel.debug.build.code_debug=4
|
||||||
nora_w10.menu.DebugLevel.verbose=Verbose
|
nora_w10.menu.DebugLevel.verbose=Verbose
|
||||||
nora_w10.menu.DebugLevel.verbose.build.code_debug=5
|
nora_w10.menu.DebugLevel.verbose.build.code_debug=5
|
||||||
|
|
||||||
|
nora_w10.menu.EraseFlash.none=Disabled
|
||||||
|
nora_w10.menu.EraseFlash.none.upload.erase_cmd=
|
||||||
|
nora_w10.menu.EraseFlash.all=Enabled
|
||||||
|
nora_w10.menu.EraseFlash.all.upload.erase_cmd=-e
|
||||||
|
|
||||||
##############################################################
|
##############################################################
|
||||||
|
|
||||||
widora-air.name=Widora AIR
|
widora-air.name=Widora AIR
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue