debug: add status route to LilyGO isolation build

This commit is contained in:
2026-06-30 01:09:19 -06:00
parent a99165f4a3
commit 66eea59f7d
@@ -4182,6 +4182,7 @@ void setup() {
server.on(API_V1("/health"), HTTP_GET, handleHealth);
server.on(API_V1("/capabilities"), HTTP_GET, handleCapabilities);
server.on(API_V1("/status"), handleStatus);
heapCheckpoint("before:server.begin");