mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 16:55:24 +03:00
FIX: Incorrect naming (#3212)
This commit is contained in:
parent
414202867a
commit
3f21a672ad
1 changed files with 2 additions and 2 deletions
|
@ -404,10 +404,10 @@ function checkReportProblems() {
|
|||
|
||||
function processUid() {
|
||||
MSP.send_message(MSPCodes.MSP_UID, false, false, function () {
|
||||
const uniqueDeviceIdentifier = FC.CONFIG.uniqueDeviceIdentifier;
|
||||
const deviceIdentifier = FC.CONFIG.deviceIdentifier;
|
||||
|
||||
connectionTimestamp = Date.now();
|
||||
GUI.log(i18n.getMessage('uniqueDeviceIdReceived', [uniqueDeviceIdentifier]));
|
||||
GUI.log(i18n.getMessage('uniqueDeviceIdReceived', [deviceIdentifier]));
|
||||
|
||||
processCraftName();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue