Theo Arends
777309c327
Add ESP32 GUI information to safeboot
2022-05-15 12:31:27 +02:00
Theo Arends
8c2658bb3f
Speed up ESP32 GUI information partition display
2022-05-15 11:40:24 +02:00
Theo Arends
5f53f36563
Add ESP32 partition info to GUI
2022-05-14 17:41:52 +02:00
Stephan Hadinger
d43e5eb7b9
Esp32 upload file checked done against OTA partitionsize
2022-05-13 09:30:31 +02:00
Stephan Hadinger
350b670fa0
Esp32 real flash size
2022-05-09 22:43:27 +02:00
Theo Arends
e92230d7cb
Fix SafeBoot GUI upload regression
2022-05-09 11:34:52 +02:00
Stephan Hadinger
0ce42da46f
Improve `u4` api to allow switching between OTA partitions
2022-05-05 19:13:58 +02:00
Theo Arends
9ead30f104
Fix safeboot free size
2022-05-05 17:52:35 +02:00
Jason2866
9af8b8f834
Rename safemode to safeboot
...
* rename safemode to safeboot
* fix safeboot env
2022-05-05 11:19:39 +02:00
Theo Arends
829d3a49ad
Allow all commands in SafeMode
2022-05-04 10:19:49 +02:00
Theo Arends
d280dc535f
Add features to SafeMode binary
2022-05-04 10:07:24 +02:00
Theo Arends
1718428f95
GUI Show SafeMode instead of Minimal
2022-05-03 11:19:02 +02:00
Stephan Hadinger
a4c71c1652
Filter based on first byte of file
2022-05-02 21:25:35 +02:00
Stephan Hadinger
c8148a623f
Firmware upload using factory partition
2022-05-02 17:25:31 +02:00
Stephan Hadinger
b687d9f17d
Add API mode to partition switch `u4`
2022-05-02 10:00:00 +02:00
Stephan Hadinger
bc87115164
HTTP API to switch to and from factory partition
2022-05-01 23:16:21 +02:00
Theo Arends
ffaa9efbde
Refactor ESP32 revision
2022-04-24 11:24:01 +02:00
Theo Arends
5d40295fa6
Add ESP32 revision information
2022-04-23 17:59:37 +02:00
Theo Arends
a2afeb5ba6
Add source when wring userid or password
2022-04-23 11:18:22 +02:00
Theo Arends
235b880d59
Add logging when bad HTTP userid and/or password
...
Add logging when bad HTTP userid and/or password (#15420 )
2022-04-22 17:52:53 +02:00
Adrian Scillato
0bb83947e3
Added Support to non JSON for WebQueryResponse
2022-04-09 05:35:17 -03:00
Adrian Scillato
b35e392e76
Added Rules Trigger for WebQueryResponse
2022-04-09 03:44:00 -03:00
Theo Arends
218d62686a
Fix javascript regression failing page refreshes
2022-04-06 12:41:06 +02:00
Siah-All
18661207c6
fix slider range to contain red #FF0000
2022-04-04 16:36:27 +02:00
Theo Arends
4cb6dc2f58
Fix improve wrong ip address
2022-04-03 16:45:08 +02:00
Theo Arends
8588340bff
Shrink javascript
2022-04-03 15:25:07 +02:00
Theo Arends
e9ec0934d3
Remove support for Internet Explorer
...
Remove support for Internet Explorer by allowing ECMAScript6 syntax using less JavaScript code bytes (#15280 )
2022-04-03 15:01:47 +02:00
Theo Arends
40680036a6
Shrinked tasmota-minimal.bin by 34k
...
ESP8266 Shrinked tasmota-minimal.bin by removing all commands except ``Upgrade``, ``Upload``, ``OtaUrl``, ``Seriallog``, ``Weblog`` and ``Restart``
2022-03-18 14:39:06 +01:00
Theo Arends
a6ec7dde16
Add ethernet ipaddress to GUI
...
Add ethernet ipaddress to GUI (#14929 )
2022-02-22 15:13:26 +01:00
Stephan Hadinger
8f8f0aba42
Initial support for ESP32S3 with support for 38 configurable GPIOs
2022-02-01 12:05:56 +01:00
Christian Baars
bcba4cd4d9
Update xdrv_01_webserver.ino
...
call legacy driver too for OTA
2022-01-17 19:41:17 +01:00
Theo Arends
4df42a28f5
Add command ``WebTime <start_pos>,<end_pos>``
...
- Add command ``WebTime <start_pos>,<end_pos>`` to show part of date and/or time in web gui based on "2017-03-07T11:08:02-07:00"
- Bump version to v2022.01.3
2022-01-16 16:19:28 +01:00
Theo Arends
5163f6437e
Fix GUI network information layout
2022-01-13 15:57:33 +01:00
Theo Arends
e6e5d5174f
Phase 2/2 Ethernet IP address config
...
Phase 2 of 2 Ethernet IP address config based on PR (#14385 )
2022-01-13 15:27:24 +01:00
Theo Arends
a26f2dbc28
Fix SPM power switching over 8 relays
...
Fix SPM power switching over 8 relays (#14281 )
2022-01-05 10:44:58 +01:00
Theo Arends
a92f2cb941
Refactor Tuya webbutton
2021-12-15 12:30:48 +01:00
Theo Arends
4f20e4f698
Refactor SonoffRfBridge Webcode
2021-12-15 12:14:52 +01:00
Theo Arends
9ed8fb717d
Add webserver function FUNC_WEB_GET_ARG
...
- Add webserver function FUNC_WEB_GET_ARG allowing better modular support of web arguments
- Add gui function buttons to LSC MCL
2021-12-15 11:15:30 +01:00
Stephan Hadinger
00b0ae245a
Add HTTPS support to ``WebQuery`` (ESP32x only)
2021-11-26 18:58:35 +01:00
Theo Arends
aa79f73aa9
Remove TWDT remnants
2021-11-04 17:41:03 +01:00
Theo Arends
4c65de2561
Fix OTA watchdog caused by TWDTLoop()
2021-10-27 16:22:50 +02:00
Stephan Hadinger
f4dc0090b0
Move TWDT watchdog from esp-idf to Tasmota
2021-10-19 21:00:48 +02:00
Theo Arends
eaeacbfa93
Fix negative heap fragmentation
2021-10-08 11:52:50 +02:00
Theo Arends
7c71c3bdd8
Add command ``WebQuery <url> GET|POST|PUT|PATCH [<headers>] <body>``
...
Add command ``WebQuery <url> GET|POST|PUT|PATCH [<headers>] <body>`` to extent HTTP requests (#13209 )
2021-09-24 11:34:44 +02:00
Stephan Hadinger
b58958b8c6
ESP32 add GPIO 6/7/8/11 to template and remove GPIO 28-31 (remapping so backwards compatible)
2021-09-05 19:43:53 +02:00
Stephan Hadinger
a0693c6ed1
Support for ESP32S2 GPIOs
2021-09-04 14:20:09 +02:00
Theo Arends
1c4bca8a8c
Add command ``WebGetConfig <url>``
...
Add command ``WebGetConfig <url>`` if ``#define USE_WEBGETCONFIG`` is enabled to restore/init configuration from external webserver (#13034 )
2021-09-02 10:46:29 +02:00
Barbudor
8d736b160d
update logs
2021-09-01 21:37:21 +02:00
Barbudor
cc51a37738
add command webgetconfig
2021-09-01 21:30:54 +02:00
Theo Arends
43642e0b8a
Turn HTTP API (command ``SetOption128 1``) default on for backward compatibility
2021-08-20 15:54:26 +02:00