Commit Graph

32 Commits

Author SHA1 Message Date
42ec01f59e one more inter-idf version changing in mqtt structure fixed 2023-03-10 20:04:14 +02:00
8a040da2d9 some fixes for combine idf4 and idf5 2023-03-10 19:55:58 +02:00
d2b9f7fa29 Merge branch 'main' into 'main-idf5'
# Conflicts:
#   src/MQTT.c
2023-03-10 17:42:26 +00:00
9d2f6dc3b4 increased MQTT reconnect timeout 2023-03-01 14:26:11 +02:00
77a59eb45a moved to idf5 2023-02-19 15:46:55 +02:00
3069b8bfe9 mqtt debug print log fix 2023-02-17 14:40:42 +02:00
243c88efee added debug level for log output 2023-02-17 12:10:07 +02:00
47fd71f5e8 mqtt url length increased to 63 characters 2023-02-17 11:38:23 +02:00
8da969e5df return mqtt tx stack size;
added json template for SYSTEM service;
checked POST over MQTT functionality;
2023-02-05 15:44:04 +02:00
0ed62c9f06 disabled mdns debug, reduced stack size of mqtt tx. all made due to save
ram
2023-02-03 16:07:25 +02:00
6ede002242 reduce mqtt and lora queue length 2023-01-11 14:49:57 +02:00
03aa08689d mqtt data send log optimized 2023-01-10 16:40:18 +02:00
fef822aea7 refactored and updated build system;
prepared for wifi scan functionality;
2023-01-08 12:40:39 +02:00
782d212546 fix potential memory leak in lorawan module 2022-12-21 15:25:59 +02:00
0fe87215ef fixed lorawan send issue 2022-12-20 16:18:48 +02:00
cfcc766037 fixed mqtt user event handler 2022-12-20 08:57:26 +02:00
c7e1a6194f removed user context from mqtt client 2022-12-19 23:31:47 +02:00
944f264f48 separate data send structures for mqtt and lorawan 2022-12-19 15:54:02 +02:00
a813d33168 reworked topic structure with added GROUP subtopic 2022-09-29 14:01:56 +02:00
e43f27fd8c added string ID and SN to the system configuration for more convenient
use
2022-09-24 12:25:17 +02:00
f2b64b5c09 changed topic structure 2022-09-12 16:49:57 +02:00
ee14a37ee4 changed topic structure 2022-09-12 15:38:53 +02:00
267a7de82a reworked mqtt queue data structure, added topic 2022-08-24 14:13:15 +02:00
8914422aac data receive handler replaced by the more general and more flexible event handler 2022-08-23 17:43:52 +02:00
4b8b8a36d3 checked mqtt client, fixed some issues 2022-08-19 15:35:06 +02:00
cabc2904ea added user registered mqtt data handler, fixed routine register post and print 2022-08-19 09:50:54 +02:00
0ba0da77af MQTT new topic compose completed, old removed 2022-08-19 09:32:19 +02:00
d6e2375fe1 MQTT system data receive handler moved to separate file 2022-08-19 08:42:50 +02:00
f6515c5be8 begin replace mqtt topic compose routines 2022-08-18 21:11:21 +02:00
758e0882ae new mqtt topic compose 2022-08-18 19:18:38 +02:00
13a0cdbe4c conditional build of mqtt code 2022-08-17 15:39:52 +02:00
b49073877d added json lib and mqtt sources 2022-08-17 13:49:09 +02:00