mirror of
https://github.com/opentx/opentx.git
synced 2025-07-21 15:25:17 +03:00
EEPROM async write bug solved. Progress bar. Popup on MODELSEL. Simu EEPROM async write.
This commit is contained in:
parent
9761da9de3
commit
5e633363a9
14 changed files with 132 additions and 106 deletions
|
@ -73,7 +73,7 @@ void menuProcStatistic2(uint8_t event)
|
|||
switch(event)
|
||||
{
|
||||
case EVT_KEY_FIRST(KEY_MENU):
|
||||
g_tmr1Latency_min = 0x7ff;
|
||||
g_tmr1Latency_min = 0xff;
|
||||
g_tmr1Latency_max = 0;
|
||||
g_timeMain = 0;
|
||||
// g_time_per10 = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue