F1CTL/Core/Inc/html_files.h

15 lines
202 B
C
Raw Normal View History

2024-12-15 06:07:02 +00:00
#ifndef __HTML_FILES_H
#define __HTML_FILES_H
#ifdef __cplusplus
extern "C" {
#endif
// 声明HTML页面内容
extern const char index_html[];
#ifdef __cplusplus
}
#endif
#endif /* __HTML_FILES_H */