mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
default tab moved to i18n
This commit is contained in:
parent
245328272c
commit
6a33801463
4 changed files with 29 additions and 19 deletions
|
@ -296,7 +296,7 @@ function configuration_upload() {
|
|||
send_message(MSP_codes.MSP_SET_MISC, buffer_out, false, function() {
|
||||
// Save changes to EEPROM
|
||||
send_message(MSP_codes.MSP_EEPROM_WRITE, false, false, function() {
|
||||
GUI.log('EEPROM <span style="color: green">saved</span>');
|
||||
GUI.log(chrome.i18n.getMessage('eeprom_saved_ok'));
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue