mirror of https://github.com/jeelabs/esp-link.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
155 B
10 lines
155 B
10 years ago
|
#ifndef CGIPINS_H
|
||
|
#define CGIPINS_H
|
||
|
|
||
7 years ago
|
#include "httpd/httpd.h"
|
||
10 years ago
|
|
||
|
int cgiPins(HttpdConnData *connData);
|
||
10 years ago
|
int8_t pin_reset, pin_isp, pin_conn, pin_ser;
|
||
10 years ago
|
|
||
|
#endif
|