Testing Round1 - must figure out balance between PM versus plugged-in mode? also must test bms

This commit is contained in:
2026-03-18 01:47:23 -05:00
parent d2884423a3
commit d2d49c39a4
11 changed files with 101 additions and 40 deletions

View File

@@ -38,8 +38,9 @@ void mainApp() {
bottomEnc->init();
servoInit();
max17048_init();
printf("beforeSetup\n");
setupAndCalibrate();
printf("afterSetup\n");
xTaskCreate(wakeTimer, "wakeTimer", 2048, NULL, 5, &wakeTaskHandle);
@@ -57,6 +58,6 @@ void pm_init() {
extern "C" void app_main() {
// pm_init();
// mainApp();
encoder_test();
mainApp();
// servo_test();
}