improve stability
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
|
||||
#define WIFI_CONNECTED_BIT BIT0
|
||||
#define WIFI_FAIL_BIT BIT1
|
||||
#define HTML_RESPONSE_SIZE 256U
|
||||
#define HTML_RESPONSE_SIZE 512U
|
||||
#define METRIC_NAME_MAX_SIZE 64U
|
||||
#define METRIC_MAX_COUNT 32U
|
||||
|
||||
@ -15,7 +15,4 @@ typedef struct _metric
|
||||
} sMetric;
|
||||
|
||||
void initMetrics(void);
|
||||
|
||||
void connect_wifi(void);
|
||||
httpd_handle_t setup_server(void);
|
||||
void vSetMetrics(sMetric *paMetrics, uint16_t u16Size);
|
Reference in New Issue
Block a user