chore: checkpoint app work before firmware sync

This commit is contained in:
Adolfo Reyna
2026-09-07 23:01:26 -04:00
parent e42036a044
commit 59612020bb
20 changed files with 2111 additions and 1218 deletions
+4
View File
@@ -15,6 +15,10 @@
#include <cstring>
#include "esp_log.h"
// The deployed 0.8.0-dev firmware still exports this legacy lookup API, while
// the current SDK headers only expose device_get_by_name().
extern "C" Device* device_find_by_name(const char* name);
#ifndef M_PI
#define M_PI 3.14159265358979323846f
#endif