Commit Graph
17789 Commits
Author SHA1 Message Date
TD-er b53120bddf [Build] Fix failing ESP32C2 Safeboot build. 2026-06-25 09:46:34 +02:00
TD-er 6c630a7266 [SendToHttps] Fix crash and actually working + connect timeout 2026-06-24 23:01:11 +02:00
TD-er 911638e832 [PWM] Disable fade for ESP32 PWM for now. 2026-06-24 17:01:36 +02:00
TD-er ba77d801b7 [Network] Simplify connected/disconnected and enabled/disabled events 2026-06-24 17:00:59 +02:00
TD-er 4219f257d9 [WiFi] Add state diagrams to WiFi documentation 2026-06-23 15:12:42 +02:00
TD-er baa447b876 [WiFi] Cleanup STA state machine code 2026-06-22 22:41:12 +02:00
TD-er bf1abdcba2 [WiFi] Simplify WiFi STA state machine 2026-06-22 20:19:46 +02:00
TD-er 8549f39667 [WiFi] Update WiFi state diagrams 2026-06-11 16:36:08 +02:00
TD-er 757d8a1668 [WiFi] Simplify state machine for WiFi STA 2026-06-10 14:51:39 +02:00
TD-er f527920019 [WiFi] Fix stack overflow crash when no credentials set 2026-06-08 11:54:09 +02:00
TD-erandGitHub 77e8b8290a Merge pull request #5563 from TD-er/bugfix/sort_custom_vars_ESP32_only
[SysVarSort] Only sort system variables on ESP32 due to build size
2026-06-08 09:13:03 +02:00
TD-er 30ca5c6370 [SysVarSort] Only sort system variables on ESP32 due to build size 2026-06-07 22:39:40 +02:00
TD-erandGitHub 673f5bbdc3 [Build] Fix sort custom vars on ESP8266
ESP8266 needs all return paths of the lambda function to be exactly the same type.
Thus the `operator<` of `String` needs to be cast to a bool as it would otherwise be an `unsigned char` .
2026-06-07 22:18:23 +02:00
TD-erandGitHub 41347de1ec Merge pull request #5562 from TD-er/bugfix/ip_access_control
[AccessControl] Fix checking for allowed IP access of webinterface
2026-06-07 21:43:47 +02:00
TD-erandGitHub 8d7fdcb2a5 Merge pull request #5561 from tonhuisman/feature/Sysvar-variables-num-sorted
[SysVars] List variables numerically sorted
2026-06-07 21:43:17 +02:00
TD-erandGitHub 7a1fc1ed19 [Build] Fix custom build missing an include for Metrics.cpp 2026-06-07 19:50:00 +02:00
TD-er 9bfc82bb70 [AccessControl] Fix checking for allowed IP access of webinterface 2026-06-07 17:06:06 +02:00
Ton Huisman 1dee7c775d [Docs] Suggest VSCode plugin TODO Highlight as Todo Tree doesn't work anymore without an external tool 2026-06-06 13:29:35 +02:00
TD-erandGitHub b95cda55ad [Docs] Add link to Supported Features and Peripherals on ESP32-xx 2026-06-06 10:35:28 +02:00
Ton HuismanandGitHub 7870eeda6f Merge branch 'mega' into feature/Sysvar-variables-num-sorted 2026-06-05 22:04:56 +02:00
TD-erandGitHub 99681464ce Merge pull request #5559 from TD-er/bugfix/captive_portal_setup
[AccessControl] Fix checking for allowed IP range
2026-06-05 16:30:53 +02:00
TD-er a954b0224f [Arduino 3.3.9] Update to latest espressif32/Arduino 3.3.9 2026-06-05 14:52:59 +02:00
Ton Huisman 85e4cc283d [SysVars] Sort alphabetic values too (though they come in already sorted) 2026-06-03 21:52:28 +02:00
TD-er 7cc89ccd5d [Network] Fix properly clearing runtime data when starting nw interface 2026-06-03 15:26:06 +02:00
TD-er 99e6205bc5 [Network] Fix route setting priority (ESP32-only) 2026-06-03 14:46:00 +02:00
TD-er a3228f0272 [WebFlasher] Update webflasher to 12.2.4 2026-06-03 14:44:56 +02:00
TD-er 926dc99d65 [ESP-IDF] Update Arduino/ESP-IDF to latest version 2026-06-03 14:44:16 +02:00
Ton Huisman 052780e595 [SysVars] List variables numerically sorted 2026-06-02 22:11:23 +02:00
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 03c3d434a4 Merge pull request #5558 from yosinn1-blip/codex/typo-v5-occurrence-rules-rst
docs: fix occurrence spelling in docs
2026-05-24 11:08:56 +02:00
TD-erandGitHub ed17f5987c Merge pull request #5557 from yosinn1-blip/codex/typo-v3-received-p118-rst
docs: fix received spelling in docs
2026-05-24 10:35:15 +02:00
yosinn1-blip 94946bb9a5 docs: fix occurrence spelling in docs
Signed-off-by: Yoshiki <yosinn1@gmail.com>
2026-05-24 08:29:59 +09:00
yosinn1-blip 3658ff1ff3 docs: fix received spelling in docs
Signed-off-by: Yoshiki <yosinn1@gmail.com>
2026-05-24 08:11:27 +09: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