mirror of
https://github.com/jeelabs/esp-link.git
synced 2026-03-05 17:04:02 +01:00
10 lines
192 B
C
10 lines
192 B
C
#ifndef CGI_H
|
|
#define CGI_H
|
|
|
|
#include "httpd.h"
|
|
|
|
void ICACHE_FLASH_ATTR jsonHeader(HttpdConnData *connData, int code);
|
|
void ICACHE_FLASH_ATTR printGlobalJSON(HttpdConnData *connData);
|
|
|
|
#endif
|