mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 04:27:12 +03:00
move to new cspot
This commit is contained in:
@@ -17,7 +17,7 @@ extern "C"
|
||||
{
|
||||
#endif
|
||||
|
||||
struct cspot_s* cspot_create(const char *name, cspot_cmd_cb_t cmd_cb, cspot_data_cb_t data_cb);
|
||||
struct cspot_s* cspot_create(const char *name, httpd_handle_t server, int port, cspot_cmd_cb_t cmd_cb, cspot_data_cb_t data_cb);
|
||||
bool cspot_cmd(struct cspot_s *ctx, cspot_event_t event, void *param);
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user