soon i will know the true name of god

This commit is contained in:
2025-11-25 16:40:41 -07:00
parent 637a25bcee
commit 52a75c35a3
2 changed files with 7 additions and 1 deletions
+7
View File
@@ -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.
-1
View File
@@ -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