Commit Graph

3155 Commits

Author SHA1 Message Date
WillyJL 853ccce7dd Merge remote-tracking branch 'ul/dev' into mntm-dev 2026-02-28 22:05:49 +01:00
WillyJL 353aea6cd0 Merge commit '9aacbf943c458df1db94c05c0c08cc87bbc93bb0' into mntm-dev 2026-02-28 21:25:13 +01:00
WillyJL 50c0154e7f Merge commit 'e681fd2be571523f251ff688351a9299aa533ad4' into mntm-dev 2026-02-28 21:21:09 +01:00
WillyJL 6dbdcbe3de Merge commit '48db77f307c2b998a34e99317e7a8add0c9e7d18' into mntm-dev 2026-02-28 21:03:06 +01:00
WillyJL 24a988030d Merge commit '97eaee54c8f12c0103487c7c5c8df6ba0b538e12' into mntm-dev 2026-02-28 20:26:37 +01:00
WillyJL 4a8364904f Merge commit '95dd537bf81ee445b1fb71aa60431cb62080333d' into mntm-dev 2026-02-28 19:53:57 +01:00
WillyJL 6dc6fcbaab Merge commit '484ea661f1032276bf937ceb83fa2311c41ba9f4' into mntm-dev 2026-02-28 19:45:12 +01:00
MX 6085dc0842 ditec fix missing parity bits 2026-02-28 15:20:41 +03:00
MX 556a2dd3f6 subghz: add ditec gol4 protocol
by @xMasterX (MMX) & @zero-mega
2026-02-28 05:29:03 +03:00
MX 35474e3627 subghz: bft experiments 2026-02-23 04:30:26 +03:00
MX 485a705d5b subghz: bft force seed value 2026-02-23 04:21:24 +03:00
MX 0c61402178 keeloq bft mitto experiments 2026-02-22 22:44:44 +03:00
MX 317838eaf4 fix keytis key generation 2026-02-22 20:33:13 +03:00
MX 95debd82c2 fix keytis variable usage 2026-02-22 20:24:09 +03:00
MX 56620ab62f subghz somfy keytis button switch and add manually support 2026-02-22 19:44:57 +03:00
MX d61c98c97c subghz keeloq genius btn fix, and change delta size 2026-02-22 19:43:59 +03:00
Dmitry422 927c563efa finish 2026-02-16 22:19:11 +07:00
Dmitry422 fbf03ecf38 Start.
Special case. Bypass counter_modes if we just change signal counter.
2026-02-15 23:04:15 +07:00
MX f91e33daa6 fix typo [ci skip] 2026-02-09 17:27:30 +03:00
MX 97eaee54c8 upd changelog and docs 2026-02-05 01:48:58 +03:00
MX 67e191b135 Keeloq ultimate, and some fixes and improvements [ci skip]
- fix repeat values
- fix endless tx missing
- add mode 7 aka counter bypass
- take some ram
- free some ram
- fix comments
2026-02-05 01:13:48 +03:00
MX da0cb9f908 Update documentation link for HT12A protocol
by carlogrisetti
2026-02-03 18:29:03 +03:00
MX a9972e6af2 add fix for phox 2026-02-02 20:47:20 +03:00
Dmitry422 e4aac3dbc6 Merge branch 'dev' of https://github.com/Dmitry422/unleashed-firmware into dev 2026-02-02 01:22:47 +07:00
Dmitry422 1d32d1de5c btn_is_available = true 2026-02-02 01:22:39 +07:00
Dmitry422 d0bfce5fdd Merge branch 'DarkFlippers:dev' into dev 2026-02-01 10:03:56 +07:00
MX 95dd537bf8 add v2 phox counter modes support 2026-02-01 05:51:09 +03:00
Dmitry422 0eae6030b0 work to home 2026-01-30 22:15:48 +07:00
MX 2469206cc8 subghz fix and show prog mode bft 2026-01-29 06:18:41 +03:00
MX c05ef82b11 try to decode bft with zero seed ?! 2026-01-29 04:52:02 +03:00
MX 84f580d168 subghz: fix stilmatic keeloq support, display decr. hop feature 2026-01-29 03:17:41 +03:00
MX dfb17ab428 Revert "Merge pull request #949 from Dmitry422/dev"
This reverts commit ae1abd6139, reversing
changes made to a8d5743cf6.
2026-01-26 14:14:06 +03:00
MX 5564fe1f31 fmt 2026-01-26 12:46:30 +03:00
MX 7fa5624c50 Revert "start working with subghz button editor"
This reverts commit 14abc959cf.
2026-01-26 12:45:57 +03:00
Dmitry422 eb91b7a974 Protocols repeat correction 2026-01-26 16:41:57 +07:00
Dmitry422 14abc959cf start working with subghz button editor 2026-01-26 16:31:07 +07:00
Dmitry422 d47bc02326 Return protocols Repeat option (used by external apps) 2026-01-26 16:31:07 +07:00
Dmitry422 6bf2a6cb68 Merge branch 'DarkFlippers:dev' into dev 2026-01-26 16:25:19 +07:00
MX 271c65a969 subghz: add jarolift protocol
and various fixes
2026-01-26 11:51:28 +03:00
Dmitry422 cc90762395 Merge branch 'DarkFlippers:dev' into dev 2026-01-26 10:42:00 +07:00
MX 896a500667 Fixes to READ_MULTI and GET_BLOCK_SECURITY commands in 15693-3 emu [ci skip]
by WillyJL & aaronjamt
2026-01-26 03:04:46 +03:00
Aaron Tulino c176524fca NFC: ISO 15693-3 emulation READ_MULTI and GET_BLOCK_SECURITY fixes (#501)
* Fix ISO15693 crash (hopefully)

* NFC: Fix off-by-one block count in ISO 15693-3 READ MULTI command

* NFC: Handle 256 long BLOCK SECURITY response and too large READ MULTI
response

* Move the define so correlation is clearer

* Oops

* Change to no reply if too many blocks requested than can be handled

* Update CHANGELOG.md

---------

Co-authored-by: WillyJL <me@willyjl.dev>
2026-01-25 23:47:12 +01:00
MX 9a5ec93e9c subghz: fix beninca programming mode 2026-01-25 06:19:20 +03:00
Dmitry422 267140b161 work to home 2026-01-23 18:59:14 +07:00
WillyJL 7c27fe9359 Sub-GHz: Disable X10 and Hormann Bisecur protocols --nobuild 2026-01-21 23:37:07 +01:00
WillyJL dfca4f8ec5 Merge remote-tracking branch 'ul/dev' into mntm-dev --nobuild 2026-01-21 23:31:53 +01:00
MX d73d0f7fbd various ui/ux changes
text spacing reduced from 4px to 3px
some text was replaced
2026-01-21 22:49:07 +03:00
MX 647fdace0e fix typo 2026-01-21 08:35:51 +03:00
MX 14cd98cbe3 subghz: remove data variable from niceflors [ci skip] 2026-01-21 08:32:00 +03:00
MX 5bf0a7dbc5 subghz: smol fixes 2026-01-21 07:59:05 +03:00