mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 00:35:26 +03:00
Show SDC in DataFlash component (#4267)
This commit is contained in:
parent
eef91fbe78
commit
2b72e29d96
4 changed files with 32 additions and 10 deletions
|
@ -635,6 +635,7 @@ function onConnect() {
|
|||
MSP.send_message(MSPCodes.MSP_FEATURE_CONFIG, false, false);
|
||||
MSP.send_message(MSPCodes.MSP_BATTERY_CONFIG, false, false);
|
||||
MSP.send_message(MSPCodes.MSP_DATAFLASH_SUMMARY, false, false);
|
||||
MSP.send_message(MSPCodes.MSP_SDCARD_SUMMARY, false, false);
|
||||
|
||||
if (FC.CONFIG.boardType === 0 || FC.CONFIG.boardType === 2) {
|
||||
startLiveDataRefreshTimer();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue