TD-er
|
ef324e6e5f
|
[WiFi AP] Fix really stupid error setting WiFi AP static IP
|
2026-05-28 16:52:01 +02:00 |
|
TD-er
|
1646c4e953
|
[ESP8266] Fix ESP8266 builds missing include
|
2026-05-25 23:24:22 +02:00 |
|
TD-er
|
ecfa569c93
|
[AccessControl] Fix checking for allowed IP range
|
2026-05-25 01:27:28 +02:00 |
|
 TD-erandGitHub
|
59d972d4aa
|
Merge pull request #5555 from tonhuisman/bugfix/P039-initialization-error
[P039] Fix for initialization error
|
2026-05-21 21:50:45 +02:00 |
|
Ton Huisman
|
765384cd7e
|
[P039] Fix for initialization error
|
2026-05-21 21:21:34 +02:00 |
|
 TD-erandGitHub
|
e617c0faa9
|
Merge pull request #5553 from tonhuisman/feature/UI-update-icon-for-tools-tab
[UI] Update icon for Tools tab
|
2026-05-20 21:12:00 +02:00 |
|
Ton Huisman
|
ce1658ca03
|
[UI] Update icon for Tools tab
|
2026-05-20 21:02:51 +02:00 |
|
 TD-erandGitHub
|
4cea1e7a26
|
Merge pull request #5552 from TD-er/bugfix/wifi_fallback_credentials
[WiFi] Fix using all set WiFi credentials
|
2026-05-20 19:25:45 +02:00 |
|
TD-er
|
5c82e9a455
|
[WiFi] Fix using all set WiFi credentials
Problem was, the index was incremented extra when a valid value was found, thus skipping every odd one when multiple credentials were set.
|
2026-05-20 13:48:36 +02:00 |
|
 TD-erandGitHub
|
9e2669b99e
|
Merge pull request #5550 from TD-er/bugfix/crash_esp32s3_psram
[ESP32S3] Fix random crashes on ESP32S3 with PSRAM
|
2026-05-19 21:50:51 +02:00 |
|
 TD-erandGitHub
|
e77f909b85
|
Merge pull request #5549 from tonhuisman/feature/Console-accept-all-ascii-characters
[Console] Accept all valid ASCII characters for input
|
2026-05-19 21:48:11 +02:00 |
|
 TD-erandGitHub
|
25caebb070
|
Merge pull request #5551 from tonhuisman/bugfix/Build-fix-install-requirements-on-windows
[Build] Fix install-requirements script on Windows
|
2026-05-19 21:46:48 +02:00 |
|
Ton Huisman
|
8eba96fd2f
|
[Build] Fix install-requirements script on Windows
|
2026-05-19 20:30:25 +02:00 |
|
TD-er
|
c029bf0ebb
|
[ESP32S3] Fix random crashes on ESP32S3 with PSRAM
|
2026-05-19 16:03:02 +02:00 |
|
Ton Huisman
|
7955412bf9
|
[Console] Accept all valid ASCII characters for input
|
2026-05-17 22:25:33 +02:00 |
|
 TD-erandGitHub
|
72fe2e5f97
|
Merge pull request #5548 from tonhuisman/bugfix/Docs-fix-reference-to-i2c-docs-and-more-improvements
[Docs] Fix link to I2C Bus settings
|
2026-05-15 22:56:12 +02:00 |
|
Ton Huisman
|
87e77e0019
|
[Docs] Fix link to I2C Bus settings
|
2026-05-15 13:54:09 +02:00 |
|
 TD-erandGitHub
|
4dd50b7960
|
Merge pull request #5547 from TD-er/bugfix/p073_esp8266
[TM1637] Fix ESP8266 not working with TM1637 (#5541)
|
2026-05-14 13:02:17 +02:00 |
|
TD-er
|
a4b0a83cf9
|
[TM1637] Fix ESP8266 not working with TM1637 (#5541)
Fixes: #5541
|
2026-05-14 00:56:01 +02:00 |
|
 TD-erandGitHub
|
9e01130551
|
Merge pull request #5535 from tonhuisman/bugfix/Fixes-for-release-may-2026
[Fixes] Corrections and improvements for release May 2026
|
2026-05-13 21:49:29 +02:00 |
|
 TD-erandGitHub
|
782be9d60d
|
Merge pull request #5537 from tonhuisman/feature/Metrics-add-network-tx-rx-data
[Metrics] Add network traffic data TX/RX bytes and frames (Prometheus)
|
2026-05-13 21:48:55 +02:00 |
|
Ton Huisman
|
8b20069aeb
|
Revert: [Metrics] Only export metrics when stats enabled
|
2026-05-13 21:35:58 +02:00 |
|
Ton Huisman
|
6ce70cd349
|
[Network] Allow to not default-enable WiFi interface
|
2026-05-13 21:35:11 +02:00 |
|
Ton Huisman
|
f9c4b72d76
|
[Build] Fix comment
|
2026-05-13 21:34:23 +02:00 |
|
Ton Huisman
|
3dc43a384f
|
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into bugfix/Fixes-for-release-may-2026
|
2026-05-13 21:05:31 +02:00 |
|
Ton Huisman
|
821bd5fb48
|
[Metrics] Only export metrics when stats enabled
|
2026-05-13 21:04:01 +02:00 |
|
Ton Huisman
|
24f764fa46
|
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/Metrics-add-network-tx-rx-data
|
2026-05-13 20:58:41 +02:00 |
|
 TD-erandGitHub
|
43e267346b
|
Merge pull request #5545 from TD-er/update/pubsubclient3_3_3_0
[PubSubClient3] Update to latest MQTT Client PubSubClient3
|
2026-05-13 13:05:03 +02:00 |
|
TD-er
|
419170689e
|
[Network] Fix crash saving network interface settings with p2p active
|
2026-05-12 21:30:10 +02:00 |
|
TD-er
|
976bd2fc1b
|
[ESP32S2] Improve free RAM on ESP32S2
|
2026-05-12 17:02:29 +02:00 |
|
TD-er
|
31ba16e7cc
|
[Network] Add setting whether to collect network stats (ESP32-only)
|
2026-05-12 13:14:12 +02:00 |
|
Ton Huisman
|
0d942d08fd
|
[Network] Initially collapse the Statistics section of the page
|
2026-05-11 22:37:43 +02:00 |
|
TD-er
|
e694a845c1
|
[Network] Improve response time on network disconnect for MQTT client
|
2026-05-11 22:08:47 +02:00 |
|
Ton Huisman
|
0dcf34e7e0
|
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/Metrics-add-network-tx-rx-data
|
2026-05-11 21:54:47 +02:00 |
|
Ton Huisman
|
e52122e677
|
[C016] Remove Experimental label, clean up initialization
|
2026-05-11 21:35:13 +02:00 |
|
TD-er
|
2f7f42b460
|
[PubSubClient3] Update to latest MQTT Client PubSubClient3
|
2026-05-11 21:32:09 +02:00 |
|
Ton Huisman
|
421678e254
|
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into bugfix/Fixes-for-release-may-2026
|
2026-05-11 20:40:34 +02:00 |
|
 TD-erandGitHub
|
76729ae905
|
Merge pull request #5544 from TD-er/bugfix/esp32s2_direct_gpio
[DirectGPIO] Use low-level HAL commands from ESP-IDF for ESP32-xx
|
2026-05-11 14:05:27 +02:00 |
|
TD-er
|
33d5d2adde
|
[DirectGPIO] Use low-level HAL commands from ESP-IDF for ESP32-xx
|
2026-05-11 12:35:12 +02:00 |
|
 TD-erandGitHub
|
d5dcb58140
|
Merge pull request #5543 from TD-er/bugfix/esp32p4_crash_old_esphosted
Bugfix/esp32p4 crash old esphosted
|
2026-05-11 11:12:24 +02:00 |
|
TD-er
|
79da218624
|
[webflasher] Cleanup Python script to generate page + set to 460800 baud
|
2026-05-11 11:11:29 +02:00 |
|
TD-er
|
22c9ef9d63
|
[Webflasher] Use flash size detection to simplify MAX build selection
|
2026-05-11 10:38:50 +02:00 |
|
TD-er
|
f5ac9f0b79
|
[Webflasher] Add 32M builds to the page generator script
|
2026-05-11 09:00:08 +02:00 |
|
TD-er
|
5aebf02705
|
[ESP32-P4] Enable WiFi STA interface on factory reset
|
2026-05-10 23:47:05 +02:00 |
|
TD-er
|
20e3975495
|
[ESP-Hosted-MCU] Fix OTA URL + speedup log output to serial
|
2026-05-10 23:46:10 +02:00 |
|
TD-er
|
99ec57a6d0
|
[32M flash] Fix including all 'MAX' plugins for 32M flash builds
|
2026-05-10 21:52:20 +02:00 |
|
TD-er
|
12435f3e8e
|
[ESP32P4] Fix crashes on older ESP-HOSTED-MCU fw & detection 32M flash
|
2026-05-10 21:32:30 +02:00 |
|
TD-er
|
f5bb6d95f0
|
Merge remote-tracking branch 'origin/mega' into mega
|
2026-05-10 19:24:59 +02:00 |
|
Ton Huisman
|
c4dba7e9c3
|
[Build] uv: Activate the PENV, then install missing requirements there
|
2026-05-10 17:28:18 +02:00 |
|
Ton Huisman
|
7209813fbd
|
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into bugfix/Fixes-for-release-may-2026
|
2026-05-10 16:21:36 +02:00 |
|