Merge pull request #1010 from PavelSindler/snmm_v2
PRUSA Fir reports also buildnumber
This commit is contained in:
commit
cc37ef4390
1 changed files with 1 additions and 1 deletions
|
@ -3515,7 +3515,7 @@ void process_commands()
|
||||||
|
|
||||||
} else if(code_seen("Fir")){
|
} else if(code_seen("Fir")){
|
||||||
|
|
||||||
SERIAL_PROTOCOLLN(FW_VERSION);
|
SERIAL_PROTOCOLLN(FW_VERSION_FULL);
|
||||||
|
|
||||||
} else if(code_seen("Rev")){
|
} else if(code_seen("Rev")){
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue