Files
esp32-switch-blade/src/components/web_content.h
2026-06-01 21:34:33 -07:00

9 lines
116 B
C

#ifndef WEB_CONTENT_H
#define WEB_CONTENT_H
extern const char *rootViewHTML;
const char *getSubpageCSS();
#endif