Added FW version in the info message for the Prusa Connect
parent
d9394e4c6b
commit
d55035b31a
|
|
@ -269,6 +269,9 @@ void PrusaConnect::SendInfoToBackend() {
|
|||
|
||||
JsonObject config = json_data["config"].to<JsonObject>();
|
||||
config["name"] = wifi->GetMdns();
|
||||
config["firmware"] = SW_VERSION;
|
||||
config["manufacturer"] = F("Prusa");
|
||||
config["model"] = BOARD_NAME;
|
||||
|
||||
JsonObject resolution = config["resolution"].to<JsonObject>();
|
||||
resolution["width"] = SystemCamera.GetFrameSizeWidth();
|
||||
|
|
|
|||
Loading…
Reference in New Issue