power: Update charger enum (#108)

This commit is contained in:
Vicki Pfau 2024-10-16 11:57:38 -07:00 committed by GitHub
parent 4f6e700642
commit d1b2175d58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@
#include <switch.h>
const char* const chargers[3] = {"None", "Official", "Generic"};
const char* const chargers[4] = {"None", "Full Power", "Low Power", "Unsupported"};
int main(int argc, char **argv)
{