PRUSA Fir reports also buildnumber
This commit is contained in:
parent
0c2d0bebce
commit
d21e527c73
1 changed files with 1 additions and 1 deletions
|
@ -3515,7 +3515,7 @@ void process_commands()
|
|||
|
||||
} else if(code_seen("Fir")){
|
||||
|
||||
SERIAL_PROTOCOLLN(FW_VERSION);
|
||||
SERIAL_PROTOCOLLN(FW_VERSION_FULL);
|
||||
|
||||
} else if(code_seen("Rev")){
|
||||
|
||||
|
|
Loading…
Reference in a new issue