proddy
4d25c69c84
matching AP provision modes
2026-08-09 20:19:24 +02:00
proddy
b430866bbb
update tests
2026-08-09 20:19:08 +02:00
proddy
553752a7ca
package update
2026-08-09 18:15:10 +02:00
proddy
9c992d8fda
show MQTT connection error only once on the first connect failure
2026-08-09 12:28:17 +02:00
proddy
e4d127db67
mqtt disconnect on non-psram boards
2026-08-09 09:58:57 +02:00
Proddy
5b41217a67
Merge pull request #3187 from MichaelDvP/dev
...
workaround for memory leak, #3184
2026-08-09 09:04:39 +02:00
proddy
d913824b35
fix compare string length
2026-08-08 11:44:04 +02:00
proddy
ae3443c637
various lint optimizations (add const, pass by reference)
2026-08-08 11:43:44 +02:00
proddy
50c34c13f0
replace define with constexpr
2026-08-08 11:42:32 +02:00
proddy
d8fab910a8
package update
2026-08-08 11:42:10 +02:00
proddy
4231192991
ui changes to dialog boxes
2026-08-07 13:44:47 +02:00
proddy
b47e7d1dd6
fix HA warning on Uptime
2026-08-07 13:44:35 +02:00
proddy
fb55327373
fix possible dhcp bounce
2026-08-07 13:44:20 +02:00
proddy
4aab9e095a
update
2026-08-07 13:43:09 +02:00
proddy
12ae358434
3.9.0-dev.3
2026-08-07 13:43:00 +02:00
proddy
e22b82e913
refactoring based on Michael's comments
2026-08-07 13:42:45 +02:00
proddy
285361c09f
package update
2026-08-07 13:42:26 +02:00
MichaelDvP
16caff789d
Merge remote-tracking branch 'emsesp/dev' into dev
2026-08-07 12:42:02 +02:00
Proddy
835a8762f6
Merge pull request #3185 from proddy/dev
...
minor fixes
2026-08-07 12:23:27 +02:00
MichaelDvP
90f0c9c01b
workaround for memory leak in setenv, #3184
2026-08-07 11:25:49 +02:00
proddy
bde9ab53a1
fix formatting
2026-08-06 16:17:17 +02:00
proddy
901721fb99
pkg update
2026-08-06 12:10:45 +02:00
proddy
dac1e1a69c
prevent STA warning on boot
2026-08-06 12:10:39 +02:00
proddy
1b2371c67a
scan all dns slots, prevent STA warning on boot
2026-08-06 12:10:21 +02:00
proddy
0f396200a2
update with dev.2 changes
2026-08-05 15:43:51 +02:00
proddy
1956ff8386
fix LED flashing
2026-08-05 15:43:40 +02:00
proddy
3a81c70018
add DHCP workaround (disabled for now)
2026-08-05 15:43:30 +02:00
Proddy
7212439f1b
Merge pull request #3180 from MichaelDvP/dev
...
control entity only for master thermostat, #3173
2026-08-03 08:38:30 +02:00
MichaelDvP
6f7f343abd
Merge remote-tracking branch 'mdvp/dev' into dev
2026-08-02 16:56:13 +02:00
MichaelDvP
42e6e31476
typo
2026-08-02 16:55:37 +02:00
MichaelDvP
96cf019f0a
chore: update generated files for v3.9.0-dev.1
2026-08-02 14:49:34 +00:00
MichaelDvP
59b0417297
Merge branch 'core3' into dev
2026-08-02 16:32:05 +02:00
Proddy
2369277a9e
Merge pull request #3179 from proddy/dev
...
fix lint warnings from SonarQube
2026-08-02 14:42:17 +02:00
proddy
e166db8b70
fix lint warnings from SonarQube
2026-08-02 14:41:46 +02:00
proddy
36884867f7
fix for formidable loading, and svg being compressed
2026-08-02 14:40:32 +02:00
proddy and Cursor
7fb8eb3592
Merge branch 'core3' into dev
...
Brings the ESP32 Arduino core 3 work (515 commits) into dev, moving the
version to 3.9.0-dev.0.
The 10 commits dev had since the merge base were auto-formatting, docs
regeneration and a version bump, all of which core3 had already applied
or superseded, so every conflict resolved to the core3 side and the
resulting tree matches core3 exactly.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-08-02 13:04:07 +02:00
proddy
2e988df817
preparing 3.9.0-dev.0
2026-08-02 12:53:04 +02:00
Proddy
483e124484
Merge pull request #3177 from proddy/core3
...
Core3 - pkg update and formatting
2026-08-01 17:05:51 +02:00
Proddy
e0f59a4c31
Merge pull request #3176 from proddy/dev
...
pkg update and getting ready for stable
2026-08-01 17:05:18 +02:00
proddy
7eba8acbb4
3.8.3-dev.11
2026-08-01 17:04:13 +02:00
proddy
34db81ab4b
package update
2026-08-01 17:03:31 +02:00
proddy
e9a422bd27
add exit clause
2026-08-01 17:03:26 +02:00
proddy
4a8ad71b63
auto-formatting
2026-08-01 17:03:15 +02:00
proddy
d0e6a603bb
auto-formatting
2026-08-01 16:57:41 +02:00
proddy
36b4dd55a7
pkg update
2026-08-01 16:44:16 +02:00
proddy
341a4d4e1d
update version
2026-08-01 16:44:11 +02:00
proddy
a61745b710
formatting
2026-08-01 16:44:03 +02:00
proddy
b1ebd81ca2
update
2026-08-01 16:43:55 +02:00
MichaelDvP
6487a3be70
remove device without entities and not registered by busmaster
2026-07-31 18:40:18 +02:00
MichaelDvP
2eb804de0b
show control only for master thermostat #3173
2026-07-31 18:33:25 +02:00