Mercurial > public > ostc4
comparison Discovery/Src/tMenuEditHardware.c @ 849:fce639612464 Evo_2_23
Consider flipped screen for Predive menu:
In previous version some values were not optimized for the visualization while the screen is flipped.
author | Ideenmodellierer |
---|---|
date | Thu, 29 Feb 2024 18:49:55 +0100 |
parents | c3dd461ca3f9 |
children | bc2fcd002fc4 |
comparison
equal
deleted
inserted
replaced
848:92a5dc16d52b | 849:fce639612464 |
---|---|
425 #endif | 425 #endif |
426 default: | 426 default: |
427 break; | 427 break; |
428 } | 428 } |
429 } | 429 } |
430 | |
431 set_globalState(StMXTRA); /* new map may have impact to top level menu => update */ | |
432 updateMenu(); | |
430 openEdit_O2Sensors(); | 433 openEdit_O2Sensors(); |
431 } | 434 } |
432 | 435 |
433 strSensorId[0] = '\001'; | 436 strSensorId[0] = '\001'; |
434 strSensorId[1] = TXT_o2Sensors; | 437 strSensorId[1] = TXT_o2Sensors; |