Commit Graph

37 Commits

Author SHA1 Message Date
b1311d8494 added timestamp in ISO-8601 format 2024-01-23 14:22:31 +02:00
96ff27760e no check version progress on manual firmware update 2023-09-03 23:08:42 +02:00
b08a1e8c5a added extented log feature with MQTT publish 2023-08-31 14:35:50 +02:00
8d3930ca38 added getter for the current default network interface 2023-08-29 12:19:29 +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
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
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
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
a7340c1a35 firmware update progress added 2023-01-23 16:50:35 +02:00
297cb35e83 added GPRS transport UART configuration 2023-01-10 14:29:54 +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
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
61c05053fd added external gsm module reset 2022-10-11 16:19:09 +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
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
758e0882ae new mqtt topic compose 2022-08-18 19:18:38 +02:00
96143f9042 added sntp and ota sources 2022-08-17 08:55:01 +02:00
b60d5f57c1 moved from github 2022-08-16 15:12:25 +02:00