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:
root
2022-10-01 20:38:06 +02:00
committed by root
parent 3d13d6184f
commit fcffa95dca
10 changed files with 310 additions and 131 deletions

View File

@ -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