mirror of
https://github.com/pvvx/RTL00_WEB.git
synced 2025-07-31 20:31:05 +00:00
update
This commit is contained in:
parent
5657871f02
commit
1752a87a8e
4 changed files with 5 additions and 3 deletions
|
|
@ -636,5 +636,4 @@ void ICACHE_FLASH_ATTR web_int_callback(TCP_SERV_CONN *ts_conn, uint8 *cstr)
|
|||
else tcp_put('?');
|
||||
}
|
||||
|
||||
|
||||
#endif // USE_WEB
|
||||
|
|
|
|||
|
|
@ -66,6 +66,7 @@ extern int rom_atoi(const char *);
|
|||
#define atoi rom_atoi
|
||||
|
||||
typedef uint32 (* call_func)(uint32 a, uint32 b, uint32 c);
|
||||
extern QueueHandle_t xQueueWebSrv;
|
||||
|
||||
/******************************************************************************
|
||||
* FunctionName : parse_url
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue