Commit Graph

244 Commits

Author SHA1 Message Date
d007976274 ethernet IRQ gpio range extended 2023-06-01 15:29:00 +02:00
1645807256 implemented ui color schemes control 2023-05-30 00:53:00 +02:00
a39c487617 added MQTT log level 2023-05-27 19:54:50 +02:00
2e8f9edf57 Merge remote-tracking branch 'origin/main' into main 2023-05-24 11:17:36 +02:00
ab665c8e8a added web ui accent color to the global configuration 2023-05-22 09:15:51 +02:00
a856034f1d added more SNTP servers for reservation 2023-05-20 19:27:37 +02:00
5f8f2be7b0 added cron in global configuration 2023-05-16 08:06:56 +02:00
959a74252a fixed before OTA hook null pointer exception 2023-05-12 16:16:33 +02:00
55ada7fd52 fix range of gpio's for esp32-s3 chips 2023-05-11 16:09:43 +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
832bd3e623 fixed WiFi scan conflict with AP reconnect process 2023-05-07 14:38:48 +02:00
abd7941e27 workaround issue with lose WiFi radio just after connect but before IP
obtained
2023-05-03 14:06:48 +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
4762442213 more fixes for idf-5 incompatibility and some refactoring 2023-04-21 08:50:55 +02:00
95c4dd4714 added idf-5 compatibility to the ethernet module 2023-04-21 08:17:49 +02:00
a5db1aba5d rssi get from gsm module 2023-04-18 23:12:45 +02:00
51b9653472 fixed main button gpios range; mqtt timeout reconnect decreased to 20
sec
2023-04-17 15:46:51 +02:00
37d410623c user argument added into MQTT custom handler context 2023-04-14 21:19:50 +02:00
d5cf42b17d improved wifi power regulation accuracy, added lost beacon event 2023-04-06 16:07:47 +02:00
8e17437bbd update components 2023-04-04 09:56:13 +02:00
e539afe92a external components update 2023-04-04 08:56:43 +02:00
94081ea62d fixed mqtt test publication on switched off client;
added default version into default config;
some refactoring in wifi transport;
2023-04-03 16:14:53 +02:00
fc53cee0ad mqtt test message with url and topics 2023-03-31 23:00:51 +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
0afe237f1d wifi scan interrupt connection disabled 2023-03-28 16:51:05 +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
ebf050673c resolved wifi reconnect conflict with wifi scan 2023-03-27 14:30:47 +02:00
4a79fdf60a wifi reconnect fixed 2023-03-27 13:00:02 +02:00
808ad5a1d4 fixed mqtt reconnect on startup 2023-03-25 08:46:53 +02:00
25f0da56f8 added before OTA update hook 2023-03-17 16:07:51 +02:00
6cf7f4e4a9 allow dynamic variables in js files 2023-03-16 15:39:31 +02:00
5b3fbbba7f fix config default wifi dhcp setting 2023-03-13 14:42:01 +02:00
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
c81e02262b Merge branch 'main-idf5' into 'main'
Main idf5

See merge request userbogd/webguiapp!3
2023-03-10 17:42:37 +00: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
999045ebd7 fix serial number cuculation 2023-03-09 15:24:12 +02:00
4ee2c961ce Merge remote-tracking branch 'origin/main' into main 2023-03-07 14:39:06 +02:00
28cdda4bc7 lora setting from web implemented 2023-03-07 14:38:56 +02:00
8ef70ab87a uppercase header fixed 2023-03-05 12:59:14 +02:00
8d8418c8f0 conditional build added for gsm AT commands debug 2023-03-03 16:25:50 +02:00
9d2f6dc3b4 increased MQTT reconnect timeout 2023-03-01 14:26:11 +02:00
26ddfea36e added AT commands interface to GSM transport 2023-03-01 14:25:11 +02:00
d06c9abfc2 updated libespfs 2023-02-28 15:47:03 +02:00
3db7072088 i2c default GPIOs set separately for esp32 and esp32S3 chips 2023-02-20 19:17:23 +02:00