Commit Graph
17668 Commits
Author SHA1 Message Date
TD-er 746b0ae8d2 [Sysinfo] Fix reporting used sketch size on sysinfo page 2026-05-03 00:50:24 +02:00
TD-er 28a8b931db [ESP-IDF] Update to latest IDF/Arduino code 2026-05-03 00:49:29 +02:00
TD-er c57a77d022 [ESP32S2] Add MAX 8M1M build for ESP32-S2 2026-05-03 00:49:06 +02:00
TD-er 1889767d5c [WiFi] Fix static IP for ESP8266 2026-05-01 12:41:35 +02:00
TD-er 02ccc74235 [WiFi] Fix static IP for WiFi 2026-05-01 12:23:32 +02:00
TD-er aeb06ea8a3 [Build] Fix missing include 2026-05-01 00:55:11 +02:00
TD-er 0895c1e1b9 [Build] Remove normal_beta_ESP8266_16M_LittleFS 2026-05-01 00:37:39 +02:00
TD-er 5b9e529f25 Merge remote-tracking branch 'letscontrolit/mega' into bugfix/convert_network_settings 2026-05-01 00:23:40 +02:00
TD-er 2e9bd45695 [ETH] Fix setting static IP for Ethernet network interfaces 2026-05-01 00:23:22 +02:00
TD-erandGitHub bda732735a Fix syslog packets contain only a prefix (#5538)
Fixes: #5538
2026-04-30 14:02:18 +02:00
TD-er acb7288bdd [Build] Fix ESP8266 build 2026-04-27 01:26:04 +02:00
TD-er 91d952ab49 [WiFi] Fix continuous logs flood + fix check for no credentials 2026-04-27 01:18:31 +02:00
TD-er d00b793bf6 [WiFi] Make Captive Portal more intuitive and only act when connected to AP 2026-04-26 15:34:23 +02:00
TD-er 5b4f4b176c [WiFi] Fix slowdown issues using Eth on ESP32-P4 with WiFi off 2026-04-24 11:33:17 +02:00
TD-er e6fe18c19a [Build] Fix missing include for collection_H_ESP32_IRExt_4M316k build 2026-04-23 15:44:00 +02:00
TD-er c9648663bd [Build] Fix missing include on minimal_core_312_ESP8266_1M_OTA_Domoticz 2026-04-23 15:07:57 +02:00
TD-er 4dbfab2479 [Eth] Fix static IP for Ethernet 2026-04-23 14:30:30 +02:00
TD-erandGitHub 0ff1e2f571 Merge pull request #5532 from TD-er/build/add_ESP32P4_rev3
[ESP32P4r3] Add support for ESP32-P4 rev3
2026-04-20 23:07:02 +02:00
TD-erandGitHub fc9c93586a Merge pull request #5533 from tonhuisman/feature/Build-add-esp32p4-archive-in-release
[Build] Create separate ESP32P4 binaries zip in release script
2026-04-20 23:06:30 +02:00
TD-erandGitHub 5dec945bf3 Merge pull request #5526 from tonhuisman/feature/P180-buscmd-helper-support-for-data-from-variables
[P180] [BusCmd] Allow rules variables in read and put/write (bus) commands
2026-04-20 23:05:51 +02:00
Ton Huisman 71e9fb149f [Build] Create separate ESP32P4 binaries zip in release script 2026-04-20 22:01:47 +02:00
Ton HuismanandGitHub e2769f26a5 Merge branch 'mega' into feature/P180-buscmd-helper-support-for-data-from-variables 2026-04-20 21:44:05 +02:00
TD-er 5d6046b5c2 [ESP32P4r3] Add support for ESP32-P4 rev3 2026-04-20 17:12:20 +02:00
TD-erandGitHub 8554859156 Merge pull request #5531 from TD-er/docs/Update_ESPchips_table
[Docs] Update ESP-Chips table
2026-04-20 14:07:42 +02:00
TD-er 0c1609a324 [Docs] Update ESP-Chips table 2026-04-20 13:57:26 +02:00
TD-erandGitHub 83be5055a3 Merge pull request #5530 from TD-er/bugfix/network_issues_initial_setup
[RMII Eth] Fix setting clock mode + document NW config import/export
2026-04-19 23:11:13 +02:00
TD-er b82c27f645 [RMII Eth] Fix setting clock mode + document NW config import/export 2026-04-19 23:09:12 +02:00
Ton Huisman bc3b531946 Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/P180-buscmd-helper-support-for-data-from-variables 2026-04-19 15:28:04 +02:00
Ton Huisman dcba895d3c [P180] Update documentation 2026-04-19 15:27:42 +02:00
Ton Huisman 817d32f63e [P180] [BusCmd] Allow rules variables in read and put/write (bus) commands 2026-04-19 15:27:34 +02:00
TD-erandGitHub 7761b60f12 Merge pull request #5529 from TD-er/bugfix/WiFi_AP_setup
[WiFi] Fix initial WiFi setup via soft-AP
2026-04-18 22:25:48 +02:00
TD-erandGitHub 4d6a0e4d9f Merge pull request #5521 from tonhuisman/feature/Doc-updates-q2-2026
[Docs] Update documentation
2026-04-18 22:07:34 +02:00
TD-er 930e299b59 [ESP-IDF] Update to latest ESP-IDF/Arduino 2026-04-18 19:56:22 +02:00
TD-er 9bed9451fb [sendToHTTP] Fix sendToHTTP using the new lib for https. (revuew by Ton) 2026-04-18 19:22:00 +02:00
Ton Huisman b56bde1c06 [P180] Update documentation 2026-04-18 17:15:21 +02:00
Ton Huisman 17cda47d17 [P180] Process I2C commands synchronous when called from rules and other internal sources 2026-04-18 17:15:03 +02:00
Ton Huisman dbc6c2112c [P180] [BusCmd] Allow rules variables in read and put/write (bus) commands 2026-04-18 17:13:28 +02:00
Ton Huisman 87482529f2 Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/Doc-updates-q2-2026 2026-04-18 11:30:41 +02:00
TD-er 9e40ab93a0 [Build] Fix include for ESP8266 builds 2026-04-17 18:21:02 +02:00
TD-er 000cfade37 [sendToHttp] Fix SendToHttp HTTPS command using HTTPClientLight 2026-04-17 18:13:08 +02:00
TD-er bb775cc609 [WiFi] Add OTA update for ESP-Hosted-MCU on ESP32-P4 2026-04-16 23:45:01 +02:00
TD-er 9c3aca6e09 Merge remote-tracking branch 'letscontrolit/mega' into bugfix/WiFi_AP_setup 2026-04-16 13:50:49 +02:00
TD-er 7399791f39 [WiFi] Fix crash on saving WiFi settings with active network connections 2026-04-16 13:50:01 +02:00
Ton Huisman 918f5d7f78 Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/P180-buscmd-helper-support-for-data-from-variables 2026-04-15 23:02:48 +02:00
TD-erandGitHub d479098b06 Merge pull request #5528 from tonhuisman/feature/Build-use-pioarduino-on-github-builds-too
[Build] Use pioarduino also on Github builds
2026-04-15 21:55:58 +02:00
Ton Huisman 7ee1008701 [Build] Rename library.json for HeatpumpIR to avoid constant re-installs of (outdated version) IRremoteESP8266 2026-04-15 21:38:33 +02:00
TD-er 705fcf7e11 [WiFi] Fix captive portal and initial setup for ESP32-S2 2026-04-15 16:01:52 +02:00
TD-er 355ee80601 [WiFi] Fix uncrustify messing up wifiChannels table 2026-04-15 10:41:41 +02:00
TD-er 66c370415b [Build] Fix missing include for ESP32 builds 2026-04-15 01:07:17 +02:00
TD-er 68e75fef66 [WiFi] Fix initial WiFi setup via soft-AP 2026-04-15 00:46:11 +02:00