cjkas
26400c534f
Fix off-by-one bug in RTW protocol decoder.
...
The RTW decoder formula encKey - 133 was off by one versus the
RTW encoder (which maps command N to encKey N + 132). This caused
every non-My RTW command to decode as the wrong button (e.g. Up
decoded as My, Down as MyUp). Also adds rawCmd diagnostic field to
received frames for protocol debugging.
2026-04-19 11:07:53 +02:00
cjkas
e82417475b
Merge pull request #13 from shailensobhee/main
...
minor edits to see the GPIO pins on ESP32-C6-WROOM-1
2026-04-12 15:38:39 +02:00
github-actions[bot]
3b6e1d1e67
chore: bump version to v3.0.11
2026-04-11 21:53:01 +00:00
Shailen Sobhee
b2e402e20e
Fixed task_wdt: esp_task_wdt_reset(707): task not found
2026-04-11 23:48:19 +02:00
Shailen Sobhee
41270fffb8
tidier .gitignore
2026-04-11 12:26:22 +02:00
Shailen Sobhee
174f9a2287
cleaned code, as per inputs from cjkas
2026-04-11 12:08:55 +02:00
cjkas
7e6b65bc8d
Update ConfigSettings.h
2026-04-06 20:30:26 +02:00
cjkas
4843751bae
Delete .github/workflows/ci.yaml
2026-04-06 20:28:06 +02:00
cjkas
bb3ec52e89
Merge branch 'main' into main
2026-04-06 20:27:20 +02:00
github-actions[bot]
2ca1b8bd61
chore: bump version to v3.0.11
2026-04-06 09:02:01 +00:00
cjkas
81a5aed9cd
Merge pull request #21 from cjkas/cjkas/wifi-crash-fix
...
Fix wifi crash on freq scan
2026-04-06 11:01:01 +02:00
Shailen Sobhee
25f6195bbc
build pass for esp32c6, added dependencies.lock
2026-04-05 21:06:48 +02:00
Shailen Sobhee
7524ce1d60
updated platformio.ini + add -D CHIP_ESP32C6
2026-04-05 20:19:23 +02:00
Shailen Sobhee
3e60dfeb21
updated platformio.ini to pass build tests
2026-04-05 20:08:53 +02:00
Shailen Sobhee
3d642509a5
updated platformio.ini to pass build tests
2026-04-05 20:02:59 +02:00
Shailen Sobhee
51109a16c5
updated gitignore file
2026-04-05 19:55:09 +02:00
Shailen Sobhee
08bab05343
merge conflicts from 05.04
2026-04-05 19:08:32 +02:00
Shailen Sobhee
3271327208
merge conflicts from 05.04
2026-04-05 19:08:01 +02:00
cjkas
3152002354
Merge branch 'main' into cjkas/wifi-crash-fix
2026-04-04 20:23:31 +02:00
cjkas
675971340e
Fix wifi crash on freq scan
2026-04-04 20:21:40 +02:00
cjkas
bf0c3d37f5
Merge pull request #20 from cjkas/cjkas/fix-bkp
...
Update platform to espressif32 @ 6.13.0. SSID scan interval increased to 10 minutes to offload ESP.
2026-04-04 20:04:49 +02:00
cjkas
3a3ce2ae6a
Update platform to espressif32 @ 6.13.0. SSID scan interval increased to 10 minutes to offload ESP.
2026-04-04 19:58:38 +02:00
cjkas
f0d69072f9
Update README.md
2026-04-04 12:58:37 +02:00
github-actions[bot]
e513f94a37
chore: bump version to v3.0.10
2026-04-04 10:57:03 +00:00
cjkas
4063631c2f
Merge pull request #19 from cjkas/cjkas/fix-bkp
...
improve release build
2026-04-04 12:56:07 +02:00
cjkas
b785dc2967
build only on open PRs
2026-04-04 12:50:26 +02:00
cjkas
d15b05cfbd
Preserve littlefs image before firmware build wipes it out
2026-04-04 12:44:57 +02:00
cjkas
15d5b064d4
improve release build
2026-04-04 12:40:14 +02:00
cjkas
5163d31ba1
Merge pull request #18 from cjkas/cjkas/fix-bkp
...
fix release build caused by tool rename
2026-04-04 12:03:22 +02:00
cjkas
9bcf2eb3f5
fix release build caused by tool rename
2026-04-04 12:02:31 +02:00
cjkas
72e275128b
Update README.md
2026-04-04 10:44:06 +02:00
cjkas
73685d8f0b
Merge pull request #17 from cjkas/cjkas/fix-bkp
...
Fix bkp bug
2026-04-04 10:42:12 +02:00
cjkas
5a167e3b11
Fix bkp bug
2026-04-03 20:07:40 +02:00
Shailen Sobhee
fe4aa83ed2
updated code logic to pic FW/App version from appversion instead of hard-coding in js/html/cpp files
2026-03-30 22:41:08 +02:00
Shailen Sobhee
bb61a1703d
fixed esp32-c6 platform detection issue
2026-03-30 21:04:59 +02:00
Shailen Sobhee
f67da0917a
add somfycontoller.ino.cpp back
2026-03-30 14:55:04 +02:00
Shailen Sobhee
ff1bb80adf
huge app due to partition size issues
2026-03-30 14:52:40 +02:00
Shailen Sobhee
ff031eec92
Merge branch 'cjkas:main' into main
2026-03-30 14:48:11 +02:00
cjkas
47404ca63c
Merge pull request #14 from cjkas/scz/c6-support
...
Tsury noise detection port and core dump partition revert
2026-03-30 12:44:35 +02:00
cjkas
1034a5b683
Bring back the core dump partition
2026-03-30 09:26:21 +02:00
cjkas
a784c84e90
Bring back the core dump partition
2026-03-30 09:22:37 +02:00
cjkas
0dbb1da2bf
Tsury noise detection
2026-03-30 09:22:22 +02:00
Shailen Sobhee
1dafb7a3fa
minor edits to see the GPIO pins on ESP32-C6-WROOM-1
2026-03-30 03:03:08 +02:00
cjkas
10d7a87917
Merge pull request #12 from cjkas/scz/c6-support
...
Added c6 support
2026-03-29 22:04:38 +02:00
cjkas
72bfd26443
Added c6 support
2026-03-29 21:53:57 +02:00
cjkas
35ac0c1385
Merge pull request #11 from cjkas/scz/release-backward-comp-fix
...
Added OTA partition 1.5MB per app. Fixed s3 wrong partition for spiffs
2026-03-29 21:25:45 +02:00
cjkas
aa81b95bee
Added OTA partition 1.5MB per app. Fixed s3 wrong partition for spiffs
2026-03-29 21:10:02 +02:00
cjkas
909898c914
Merge pull request #9 from cjkas/scz/release-backward-comp-fix
...
Fix the backward compatibility for the UI upgrade
2026-03-29 12:20:53 +02:00
cjkas
1e17daa6cc
Merge pull request #10 from cjkas/cjkas-patch-1
...
Update README.md
2026-03-29 12:20:36 +02:00
cjkas
ab91e7a6ff
Update README.md
2026-03-29 12:17:51 +02:00