Commit Graph

38 Commits

Author SHA1 Message Date
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
67d676c5c9 implemented all WiFi modes (AP, STA and AP+STA) 2023-02-01 22:44:48 +02:00
0cd3d9f1f9 Merge branch 'main2' of git@gitlab.com:userbogd/webguiapp.git into main2
# Conflicts:
#	include/NetTransport.h
2023-02-01 22:17:54 +02:00
d8c0b8cbec added separate AP WiFi mode 2023-02-01 22:16:02 +02:00
2b6f70378c wifi restart implementation in progress 2023-01-31 16:28:39 +02:00
1e9bbccd66 added wifi restart in debug 2023-01-31 11:26:34 +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
40ebb5d752 manual OTA switched on 2023-01-17 13:56:24 +02:00
717560a8d8 added test scen wifi routine 2023-01-08 10:35:33 +02:00
dfe772bd19 lora hide from web interface 2022-12-21 16:21:39 +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
aeb8bf1f37 fix return result of custom post handler 2022-10-11 15:29:47 +02:00
29b49efdab fix pass dynamic variable with parameter to the custom handler 2022-10-11 14:48:14 +02:00
53e16bcacb split mqtt client settings 2022-10-05 12:20:20 +02:00
a813d33168 reworked topic structure with added GROUP subtopic 2022-09-29 14:01:56 +02:00
c6d1c2dffe apply and save buttons functions fixed 2022-09-21 14:36:14 +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
4b4b4cda42 Post handler for the new interface reworked 2022-08-26 18:06:19 +02:00
936d2db080 reduced number of pages and it's handlers 2022-08-26 10:09:20 +02:00
ccf93b696a added united handler for all adapters, assumed correspondent changing in
web page structure
2022-08-25 17:59:45 +02:00
4baa916c90 fixed mangle woff2 files 2022-08-25 16:10:08 +02:00
5f3b1a7a19 split web interface html files into dedicated directories 2022-08-24 08:48:46 +02:00
244bbe89b8 rename resources and refactoring 2022-08-19 17:53:01 +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
6fa1c4abd4 services start sequence fixed 2022-08-18 18:09:14 +02:00
a239dc9b96 remove all init from user app 2022-08-18 12:17:54 +02:00
22bdc6baaf Post user handler added 2022-08-18 11:06:42 +02:00
7038b80d4f Print dyn vars user handler added 2022-08-18 10:33:27 +02:00
13a0cdbe4c conditional build of mqtt code 2022-08-17 15:39:52 +02:00
76fd82c44a added config for GSM and ethernet, added GSM transport 2022-08-16 16:57:47 +02:00
b60d5f57c1 moved from github 2022-08-16 15:12:25 +02:00