Initial aether32 school lab bench tool

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
drjones
2026-06-01 21:34:33 -07:00
commit 7bf6abccfc
41 changed files with 4494 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#ifndef WEB_CONTENT_H
#define WEB_CONTENT_H
extern const char *rootViewHTML;
const char *getSubpageCSS();
#endif