FIX: f1 display problem at upgrade panel
Change-Id: I4ea68d9c8d31d20c39a699537a40dafe4788f4aa (cherry picked from commit 6738088b585df1e20cc1c0685d81834779abc5d1)
This commit is contained in:
parent
6024f149c8
commit
366e71688d
1 changed files with 1 additions and 1 deletions
|
@ -553,7 +553,7 @@ void MachineInfoPanel::update_ams_ext(MachineObject *obj)
|
|||
|
||||
//ams
|
||||
if (obj->ams_exist_bits != 0) {
|
||||
std::string extra_ams_str = (boost::format("ams_extra_ams/%1%") % 0).str();
|
||||
std::string extra_ams_str = (boost::format("ams_f1/%1%") % 0).str();
|
||||
auto extra_ams_it = obj->module_vers.find(extra_ams_str);
|
||||
if (extra_ams_it != obj->module_vers.end()) {
|
||||
wxString sn_text = extra_ams_it->second.sn;
|
||||
|
|
Loading…
Reference in a new issue