Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: Settings/Settings.cpp
- Revision:
- 71:bcbac2cfe005
- Parent:
- 70:8c4572d17441
- Child:
- 73:d1aea9b8da92
--- a/Settings/Settings.cpp	Fri May 22 17:20:22 2020 +0000
+++ b/Settings/Settings.cpp	Fri May 22 17:47:48 2020 +0000
@@ -88,7 +88,7 @@
         }else if(displayed_settings_part_ == controls){
             control_method_ = settings_joy_acc_fsm[control_method_].part_next;  
         }  
-    wait(0.15);   
+    wait(0.3);   
     }
     
 }