Set Betaflight F3 current scale default back to 220

Fixes mistake from commit c59e7312c2 in PR #2699 where current scale was set to 200.
This commit is contained in:
Andreas Bertheussen 2017-09-11 20:56:16 +02:00 committed by GitHub
parent b1f47c8a87
commit 3aa171ed47
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@
#define CURRENT_METER_ADC_PIN PA5
#define RSSI_ADC_PIN PB2
#define CURRENT_METER_SCALE_DEFAULT 200
#define CURRENT_METER_SCALE_DEFAULT 220
#define ENABLE_BLACKBOX_LOGGING_ON_SDCARD_BY_DEFAULT