Commit Graph

103 Commits

Author SHA1 Message Date
fb552427d6 some refactoring and optimization in mqtt and rest api handler 2023-08-27 11:00:08 +02:00
a12d15cdbc increased max variable value length to 2 KB 2023-08-21 19:22:37 +02:00
fc2b1879e4 added callback for user defined payload handler, some dependencies
cleared
2023-08-18 11:20:08 +02:00
efc482a30f increased max data response size for 2dmx device 2023-08-17 13:29:01 +02:00
ac3be6bfdc changed API URL from sysapi to api 2023-08-17 11:36:45 +02:00
4ec665e5d9 attached user defined variables 2023-08-17 10:48:29 +02:00
e815020210 reduced memory allocate for variable value, handle errors in wifi scan
api function
2023-08-15 13:39:51 +02:00
dd0cb3bdad fixed freeing memory after large size VarValue 2023-08-15 10:36:10 +02:00
e600cdd5f1 variable size increased 2023-08-14 16:11:13 +02:00
80704b20c9 disabled debug messages from rest api 2023-08-14 10:35:03 +02:00
0cd87a29e6 added type for password and hide give out by asterisks 2023-08-14 10:16:54 +02:00
3df345a09d rest api function type on read executed, delayed wifi scan, debug mode
in rest api
2023-08-13 18:35:09 +02:00
ea1767f4dc implemented and checked read write variables attributes 2023-08-09 10:24:35 +02:00
d1ad7f5f97 added read write flag to the variables structure 2023-08-08 16:49:29 +02:00
933beaef55 changed rest api payload variables structure 2023-08-03 12:17:50 +02:00
7f59cd0904 wifi related rest api implemented 2023-08-01 15:59:16 +02:00
155c2469cb added type VAR_IPADDR 2023-07-31 11:02:00 +02:00
e689f4a2e1 implemented original JSON types in the payload 2023-07-28 17:34:36 +02:00
5b4b779ae1 added function rest api type 2023-07-28 16:13:55 +02:00
66bf716d79 hash and apply type added 2023-07-27 18:36:59 +02:00
8feca7d470 variables access rest api implemented 2023-07-27 17:02:29 +02:00
a9192feb22 clean and refactoring 2023-07-26 15:40:59 +02:00
c76fe416e0 integrated new REST data format 2023-07-26 15:11:23 +02:00
49bab0ea5c added global setting for board hardware revision, fixed rtos debug info
extracting (conditional build if rtos info enabled)
2023-07-06 15:13:55 +02:00
d941791a46 included definition of RFC3339 timestamp length 2023-07-04 15:32:00 +02:00
32c90af2c1 AP control based on number of connected clients 2023-07-03 09:01:22 +02:00
0dde9cbc8b added temporarily AP activation mechanism 2023-06-27 12:15:42 +02:00
7a032ac452 implemented AP on/off control 2023-06-26 16:24:21 +02:00
d307a365a9 implemented HTTP REST API interface over POST requests 2023-06-10 16:52:59 +02:00
1645807256 implemented ui color schemes control 2023-05-30 00:53:00 +02:00
a856034f1d added more SNTP servers for reservation 2023-05-20 19:27:37 +02:00
e65b1e3075 formated string file logging 2023-05-08 19:19:05 +02:00
918ac98b35 added application log file in storage partition 2023-05-08 10:29:57 +02:00
4c2dd92bd1 Merge remote-tracking branch 'origin/main' into main 2023-04-22 09:03:32 +02:00
1484f63477 all user callbacks moved to one header UserCallbacks.h;
added callback notify current time obtained
2023-04-22 09:02:58 +02:00
a5db1aba5d rssi get from gsm module 2023-04-18 23:12:45 +02:00
37d410623c user argument added into MQTT custom handler context 2023-04-14 21:19:50 +02:00
e1acb81289 removed mqtt autotest 2023-03-31 19:34:54 +02:00
686dca116c implementation of autotest 2023-03-31 16:08:44 +02:00
2c3076a6f9 mqtt test and autotest settings added 2023-03-31 15:15:57 +02:00
7f78b5a699 added wifi power, fixed conflict with wifi startup connect and reconnect
on AP disconnected
2023-03-28 16:17:47 +02:00
25f0da56f8 added before OTA update hook 2023-03-17 16:07:51 +02:00
d2b9f7fa29 Merge branch 'main' into 'main-idf5'
# Conflicts:
#   src/MQTT.c
2023-03-10 17:42:26 +00:00
89efb05154 gsm AT send procedure extended 2023-03-10 14:23:43 +02:00
26ddfea36e added AT commands interface to GSM transport 2023-03-01 14:25:11 +02:00
77a59eb45a moved to idf5 2023-02-19 15:46:55 +02:00
47fd71f5e8 mqtt url length increased to 63 characters 2023-02-17 11:38:23 +02:00
080abfd79d limit number attempts of STA connect on start for normal working of AP
in mixed AP+STA mode
2023-02-04 00:05:32 +02:00
67d676c5c9 implemented all WiFi modes (AP, STA and AP+STA) 2023-02-01 22:44:48 +02:00
d8c0b8cbec added separate AP WiFi mode 2023-02-01 22:16:02 +02:00