Add 3500mAh support

This commit is contained in:
Armel FAUVEAU
2024-07-16 04:54:51 +02:00
parent 697bcb4a2e
commit e8a381b237
5 changed files with 23 additions and 10 deletions

View File

@@ -328,7 +328,8 @@ const char gSubMenu_BAT_TXT[][8] =
const char gSubMenu_BATTYP[][9] =
{
"1600mAh",
"2200mAh"
"2200mAh",
"3500mAh"
};
#ifndef ENABLE_FEAT_F4HWN

View File

@@ -184,7 +184,7 @@ extern const char gSubMenu_RESET[2][4];
extern const char* const gSubMenu_F_LOCK[F_LOCK_LEN];
extern const char gSubMenu_RX_TX[4][6];
extern const char gSubMenu_BAT_TXT[3][8];
extern const char gSubMenu_BATTYP[2][9];
extern const char gSubMenu_BATTYP[3][9];
#ifndef ENABLE_FEAT_F4HWN
extern const char gSubMenu_SCRAMBLER[11][7];