diff --git a/README.md b/README.md index 5652c23..a61164f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ +# PrincessPiTracker +**here be dragons** +btle tracking via esp32 but with more support for chips, more options, radical power shaving and nun of da suck + +i hvae become one with the build system, the toolchain, the sdk :Scuffled_Flustered: the ephmeral metaphysicaL Cconcept of esp-idf has adopted me as one of its own i shall soon know the true name of compuilauion + +# Original reaDME below # Find My Device ESP32 Firmware This code enables you to use an ESP32-device as a custom Google Find My Device tracker. Note that the firmware is very experimental. diff --git a/main/main.c b/main/main.c index 59fad9f..fff028d 100644 --- a/main/main.c +++ b/main/main.c @@ -210,7 +210,6 @@ static void deep_sleep_wait_to_sleep() { ESP_ERROR_CHECK(esp_sleep_enable_timer_wakeup(DEEP_SLEEP_BURST_DELAY_MICROS)); esp_deep_sleep_start(); } - #endif #endif