now charges on usb while on burst mode

This commit is contained in:
2025-11-25 21:51:13 -07:00
parent af50698084
commit cb2d1168ca
2 changed files with 19 additions and 1 deletions
+9
View File
@@ -217,6 +217,15 @@ static void deep_sleep_wait_to_sleep() {
#endif
void app_main() {
// delay to make shit to actually fookin work holy shit fuck you asshole bitch
// i spit on you
// i spit on your mom
// if your mom is dead i spit on her grave
// shame
// shame
// anus
vTaskDelay(pdMS_TO_TICKS(CONFIG_STARTUP_DELAY_MS));
// validate eid_string length
const size_t length = strlen(eid_string);
if (length == 0) {