TD-er
|
aeb06ea8a3
|
[Build] Fix missing include
|
2026-05-01 00:55:11 +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 |
|
 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
|
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
|
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-er
|
9bed9451fb
|
[sendToHTTP] Fix sendToHTTP using the new lib for https. (revuew by Ton)
|
2026-04-18 19:22:00 +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
|
7399791f39
|
[WiFi] Fix crash on saving WiFi settings with active network connections
|
2026-04-16 13:50:01 +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 |
|
Ton Huisman
|
494dfea03b
|
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/P180-buscmd-helper-support-for-data-from-variables
|
2026-04-13 22:35:31 +02:00 |
|
 TD-erandGitHub
|
b648255dab
|
Merge pull request #5525 from tonhuisman/bugfix/I2C-connection-check-fix-disable-plugin
[Bugfix] [I2C] Connection-check failure didn't correctly disable the plugin
|
2026-04-13 12:21:21 +02:00 |
|
Ton Huisman
|
c0fb837c32
|
[P180] [BusCmd] Allow rules variables in get/read and put/write (bus) commands
|
2026-04-12 22:42:05 +02:00 |
|
Ton Huisman
|
9c9d636aaf
|
[Bugfix] [I2C] Connection-check failure didn't correctly disable the plugin
|
2026-04-12 22:24:24 +02:00 |
|
 chromoxdorandGitHub
|
366f9bdd47
|
Merge branch 'letscontrolit:mega' into httpResponseParser
|
2026-04-10 19:33:54 +02:00 |
|
Ton Huisman
|
8e1659cfbd
|
[Network] Fix missing reload-indicator for Network Driver selector
|
2026-04-06 22:19:21 +02:00 |
|
Ton Huisman
|
4b26b7aa63
|
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/Doc-updates-q2-2026
|
2026-04-06 21:37:57 +02:00 |
|
Ton Huisman
|
98d28ab438
|
[Advanced] Remove I2C ClockStretchLimit note
|
2026-04-06 21:36:32 +02:00 |
|
 TD-erandGitHub
|
8762af9ca9
|
Merge pull request #5515 from TD-er/bugfix/ESP8266_mDNS
[mDNS] Fix mDNS on ESP8266
|
2026-04-06 21:35:52 +02:00 |
|
TD-er
|
72c1676448
|
[mDNS] Disable mDNS in builds as it is considered unstable
|
2026-04-06 21:34:50 +02:00 |
|
TD-er
|
4d9b08b4a4
|
[Cleanup] Comment unused NWPluigin functions
|
2026-04-06 21:34:11 +02:00 |
|
TD-er
|
2487f8c5f6
|
[Network] Cleanup code + show connection info on ESP8266 adapter page
|
2026-04-06 16:40:00 +02:00 |
|
TD-er
|
5fee00f27b
|
[Cleanup] Add 'override' to virtual controller queue functions
|
2026-04-05 23:56:02 +02:00 |
|
TD-er
|
5ab36e47ca
|
[ESP8266] Define more bus specifics for ESP8266 in esp8266_soc_caps.h
|
2026-04-05 20:08:37 +02:00 |
|
TD-er
|
fcd36b7312
|
[ESP8266] Simplify device info functions on ESP8266
|
2026-04-05 18:02:01 +02:00 |
|
TD-er
|
1ee5327373
|
[WiFi] Fix odd WiFi behavior on ESP8266
|
2026-04-05 15:44:37 +02:00 |
|
TD-er
|
81d24c36ef
|
[Build] Fix failing build collection_C_ESP32_IRExt_4M316k
|
2026-04-05 03:23:00 +02:00 |
|
TD-er
|
65cc58d098
|
[Cleanup] Reduce number of includes
|
2026-04-05 02:54:39 +02:00 |
|
TD-er
|
0ca8723a2e
|
[Build] Fix hard_SONOFF_POW_4M1M build
|
2026-04-05 00:27:47 +02:00 |
|
TD-er
|
371d7c6dd2
|
[Network] Reduce number of includes in WiFi/Network code
|
2026-04-04 23:50:22 +02:00 |
|
TD-er
|
7916c3952e
|
[Network] Fix failing custom_beta_2ndheap_ESP8266_4M1M
|
2026-04-04 02:18:13 +02:00 |
|
TD-er
|
c8d964fd08
|
[Network] Reduce includes in network code
|
2026-04-04 01:59:35 +02:00 |
|