Commit Graph

66 Commits

Author SHA1 Message Date
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
4ea02adc42 mDNS service added 2023-01-30 09:10:42 +02:00
5778bee9b2 added test routines for config export 2023-01-29 17:56:43 +02:00
82a2328571 wifi web interface scan implemented 2023-01-28 10:22:05 +02:00
111839f329 update process more informative display, color accent of messages;
increased OTA URL length;
implemented reset after update setting;
2023-01-24 16:04:05 +02:00
a7340c1a35 firmware update progress added 2023-01-23 16:50:35 +02:00
50f8656b7a fixed webguiapp default configuration;
changed network ready conditions checks;
2023-01-12 15:40:39 +02:00
67cf2bf3a9 implemented sha256 calculate, save and load on boot 2023-01-11 23:27:06 +02:00
297cb35e83 added GPRS transport UART configuration 2023-01-10 14:29:54 +02:00
fef822aea7 refactored and updated build system;
prepared for wifi scan functionality;
2023-01-08 12:40:39 +02:00
717560a8d8 added test scen wifi routine 2023-01-08 10:35:33 +02:00
9d0e30bf0d updated esp_modem to version 0.1.25, successfuly tested CMUX mode 2022-12-21 12:12:37 +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
84a3da060d added callback for incoming lorawan data 2022-12-19 08:32:49 +02:00
e181984c8e lorawan moved to webguiapp 2022-12-18 18:26:03 +02:00
e8287d8746 changed type of ip address, aimed to idf5 migrate 2022-12-10 14:08:21 +02:00
c1a8cadda5 debug multi fs http server 2022-11-15 16:19:46 +02:00
af7911277d added handlers to file server 2022-11-15 13:49:27 +02:00
5ab7c053b9 spiffs added, http server prepare to multi fs operations 2022-11-14 08:25:04 +02:00
5b466f7dd4 disable web server debug mode 2022-10-31 16:12:51 +02:00
7a46c36156 http new transport testing and debug 2022-10-28 15:59:35 +02:00
dde568f620 prepare rework http server 2022-10-28 09:33:12 +02:00
61c05053fd added external gsm module reset 2022-10-11 16:19:09 +02:00
29b49efdab fix pass dynamic variable with parameter to the custom handler 2022-10-11 14:48:14 +02:00
cc7ba0a36e added external reset callback for use with gpio extender;
fix some issues in web server
2022-10-06 14:22:22 +02:00
648cf5e0a8 removed header for serial port queue 2022-09-29 16:33:52 +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
657f31804e increased max size of dynamic variable 2022-09-24 11:08:41 +02:00
c8d42a282b added reset flag for user application read/write 2022-09-24 10:55:49 +02:00
cf83fe7487 adopt to esp_modem changed api 2022-08-31 18:15:52 +02:00
ee9c573032 added system timer for utime
added template of main application page
2022-08-28 16:13:02 +02:00
34be6b7dab split operations with configuration into SAVE and APPLY, separate
buttons values
2022-08-28 13:25:40 +02:00
267a7de82a reworked mqtt queue data structure, added topic 2022-08-24 14:13:15 +02:00
724c7a4376 headers organized more effective 2022-08-23 20:04:50 +02:00
8914422aac data receive handler replaced by the more general and more flexible event handler 2022-08-23 17:43:52 +02:00