mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-03-01 04:56:44 +00:00
BL0937 - implemented energy counter. TODO: save to flash.
http server - buffer size change, added MQTT status information. MQTT - connect event counter for debug purpose. MQTT - debug outputs. MQTT - ERR-ISCONN result bug fix. MQTT - Wifi connection check added. MQTT - connect/reconnect patch Formatting changes. Reading code was sometimes hard. bug fix new device. bug fix http server
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
#include "new_http.h"
|
||||
|
||||
#define HTTP_SERVER_PORT 80
|
||||
#define REPLY_BUFFER_SIZE 1000
|
||||
#define REPLY_BUFFER_SIZE 2048
|
||||
#define INCOMING_BUFFER_SIZE 1024
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user