Commit Graph
10948 Commits
Author SHA1 Message Date
proddy 1040450cb2 fix set datetime for junkers 2026-06-28 16:03:31 +02:00
Proddy 06f5ee5c4c Merge pull request #3141 from proddy/core3
Core3 updates
2026-06-28 14:52:55 +02:00
proddy 58bf0b39c2 fix img compression 2026-06-28 14:39:43 +02:00
proddy 5a9ac0fd25 package update 2026-06-28 14:39:29 +02:00
proddy 7f308f4036 auto-formatting 2026-06-28 14:39:02 +02:00
proddy 61d3ad023a updates from 3.8.3-dev.7 2026-06-28 14:38:29 +02:00
Proddy 0e18645ba5 Merge branch 'emsesp:dev' into dev 2026-06-27 14:32:48 +02:00
Proddy 63f49a347b Merge pull request #3136 from MichaelDvP/dev
fixes for #3127 and #3135
2026-06-27 14:32:04 +02:00
MichaelDvP 943048a920 dev.7 2026-06-27 13:14:57 +02:00
MichaelDvP 2b8a0bd8b7 Merge remote-tracking branch 'emsesp/dev' into dev 2026-06-27 13:06:19 +02:00
MichaelDvP d83b56a13c calcutae dewtemp for Easycontrol, #3135 2026-06-27 13:03:10 +02:00
proddy 1cfae73137 use dev version 2026-06-25 22:10:17 +02:00
proddy 2d4583ff01 package update 2026-06-25 22:02:45 +02:00
proddy b46dfd7f54 update 2026-06-25 22:02:40 +02:00
proddy 388b741d94 add more example commands 2026-06-25 22:02:31 +02:00
proddy 1a603e70ec AP crash and infinite loop during WiFi scan #3128 2026-06-25 21:29:02 +02:00
proddy 2a6b436b2e fix: negative dew point calculation (emulated RC100H) #3134 2026-06-25 21:23:49 +02:00
Proddy 1f34a41d27 Merge branch 'emsesp:dev' into dev 2026-06-25 21:14:59 +02:00
Proddy 343ac5880c Merge pull request #3134 from s-schnitzer/fix-negative-dew-point-calculation
fix: negative dew point calculation (emulated RC100H)
2026-06-25 21:05:17 +02:00
s-schnitzer 855edace20 fix: negative dew point calc. (emulated RC100H) 2026-06-25 18:10:52 +02:00
Proddy aabc4f021c Merge pull request #3128 from soderdaen/fix-wifi-scan
Fix: AP crash and infinite loop during WiFi scan.
2026-06-23 21:01:21 +02:00
MichaelDvP 0aaa566e73 Merge remote-tracking branch 'emsesp/dev' into dev 2026-06-23 08:02:32 +02:00
MichaelDvP 20e3d6a19b dev.7, fix crash 2026-06-23 07:57:55 +02:00
Proddy d21f5f9ab6 Merge pull request #3130 from proddy/core3
Core3 - fix divide-by-zero in shuntingyard
2026-06-22 22:57:53 +02:00
proddy 745d87c6d2 fixes https://github.com/emsesp/EMS-ESP32/discussions/3127 2026-06-22 22:54:25 +02:00
proddy 17f76e594d add comment 2026-06-22 22:53:56 +02:00
proddy 722a41fb43 fix typo 2026-06-22 22:53:46 +02:00
proddy f861924435 update 2026-06-22 22:53:39 +02:00
MichaelDvP 67953fccd6 from PR #3128 2026-06-22 11:59:06 +02:00
MichaelDvP 0c910bc822 fix mock-api 2026-06-22 11:58:05 +02:00
MichaelDvP ec8c94f733 wifi scanner, mock example schedule 2026-06-22 08:12:54 +02:00
soderdaen b6a7fb0bf0 Update changelog_latest.md and emsesp_version 2026-06-21 21:15:47 +02:00
Proddy 8fe8d87924 Merge pull request #3129 from proddy/core3
Core3 WebUI optimizations
2026-06-21 14:21:47 +02:00
MichaelDvP 95f475ab6f command message calsl compute direct,#3127 2026-06-21 10:53:10 +02:00
proddy 74e260b4be 3.9.0-dev.14 2026-06-21 10:48:02 +02:00
proddy 3e501ade4f use new validation 2026-06-21 00:12:38 +02:00
proddy 679b152dd0 fix inline warnings 2026-06-21 00:12:17 +02:00
proddy 00201b1202 make pretty 2026-06-21 00:12:00 +02:00
proddy f2eb1b2e7f build web with optional ui languages 2026-06-20 13:10:56 +02:00
soderdaen f8fa092ac3 Fix: AP crash and infinite loop during WiFi scan. 2026-06-20 10:42:38 +02:00
proddy 39b02591d9 react-router optimizations 2026-06-20 10:26:00 +02:00
proddy 92d63d6f5d replace async-validator 2026-06-19 12:06:33 +02:00
proddy 392812d489 own version of toast 2026-06-19 11:52:33 +02:00
proddy 88a777ca5f update react router to v8 2026-06-19 11:31:16 +02:00
proddyandCursor 5aadf7234f Reduce DeviceValue heap usage with on-demand custom name
Store the per-entity custom_fullname as a heap-allocated string that is
only created when a custom name is actually set, instead of an inline
std::string on every DeviceValue. Saves ~20 bytes per entity (hundreds to
~1000 entities), reclaiming internal heap on no-PSRAM boards.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-15 19:53:14 +02:00
Proddy b8a63aeac6 Merge pull request #3125 from proddy/dev
remove old S3 binaries #3123
2026-06-15 18:24:46 +02:00
proddy 908a9ebbfc remove old S3 binaries #3123 2026-06-15 18:23:58 +02:00
Proddy 87a77586db Merge pull request #3124 from proddy/core3
remove old binaries #3123
2026-06-15 17:26:48 +02:00
proddy ca26f93ae7 remove old binaries #3123 2026-06-15 17:25:50 +02:00
proddy 2551c255c4 update package manager 2026-06-15 17:25:27 +02:00