FreeCalypso > hg > fc-tourmaline
comparison src/cs/services/fcbm/fcbm_charging.c @ 264:00107c0b8570
FCBM display: new charger plug debounce state
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 14 May 2021 06:01:34 +0000 |
parents | 3eccca3ac219 |
children |
comparison
equal
deleted
inserted
replaced
263:b5e8dfd114a7 | 264:00107c0b8570 |
---|---|
22 char fcbm_prod_banner_string[] = "FreeCalypso Lite"; | 22 char fcbm_prod_banner_string[] = "FreeCalypso Lite"; |
23 #endif | 23 #endif |
24 | 24 |
25 static char *fchg_states[] = { | 25 static char *fchg_states[] = { |
26 "No charge power", | 26 "No charge power", |
27 "CHG start delay", | 27 #ifdef LSCREEN |
28 "Charger plug debounce", | |
29 #else | |
30 "Chg plug debnce", | |
31 #endif | |
28 "Ready to charge", | 32 "Ready to charge", |
29 "Charge complete", | 33 "Charge complete", |
30 "I2V cal phase 1", | 34 "I2V cal phase 1", |
31 "I2V cal phase 2", | 35 "I2V cal phase 2", |
32 "CI charging", | 36 "CI charging", |