MX
57251eb028
Merge branch 'fz-dev' into dev
2022-10-18 19:55:26 +03:00
Aleksandr Kutuzov
f33ea3ebe0
SubGhz: partial unit tests fix
2022-10-18 19:54:40 +03:00
MX
84d12da45a
add app WeatherStation
...
OFW PR 1833 by Skorpionm
2022-10-18 19:51:44 +03:00
Kevin Kwok
72713d6f4e
Allow pins 0 and 1 as RTS/DTR for USB UART Bridge ( #1864 )
...
* Allow pins 0 and 1 as RTS/DTR for USB UART Bridge
* add logic to gpio_scene_usb_uart_config, fix flow_pins
* fixing count of pins
* disable PC0,PC1 RTS/DTR when using LPUART
* add logic to ensure flow pins dont overlap with uart lines
Co-authored-by: あく <alleteam@gmail.com >
2022-10-19 00:06:18 +09:00
Patrick Cunningham
56f760aa07
Picopass: Read Elite ( #1888 )
...
* working elite dict
* add csn to display
Co-authored-by: あく <alleteam@gmail.com >
2022-10-18 23:58:26 +09:00
Georgii Surkov
02c27becb0
[FL-2912] Forced RAW receive option for Infrared CLI #1891
...
Co-authored-by: あく <alleteam@gmail.com >
2022-10-18 23:10:21 +09:00
RogueMaster
b3ab617083
Merge branch 'pr/372' into 420
2022-10-18 03:02:00 -04:00
RogueMaster
39f8fd50c1
Merge branch 'pr/371' into 420
2022-10-18 02:52:53 -04:00
RogueMaster
112f73615d
Merge pull request #370 from pcunning/picopass_elite
...
Picopass elite
2022-10-18 02:47:37 -04:00
RogueMaster
4d350eda4e
Merge pull request #369 from qistoph/mrtd
...
Mrtd TEST PR
2022-10-18 02:32:57 -04:00
RogueMaster
c9099bb2b8
Update application.fam
2022-10-18 02:23:40 -04:00
RogueMaster
3353ad4c6a
Update sam_app.cpp
2022-10-18 02:08:32 -04:00
RogueMaster
a21b97a5cb
Update sam_app.cpp
2022-10-18 02:07:29 -04:00
RogueMaster
2bc96c34b2
Update sam_app.cpp
2022-10-18 02:06:34 -04:00
RogueMaster
bd78ff1f85
Update sam_app.cpp
2022-10-18 02:02:19 -04:00
RogueMaster
109556a41d
Update application.fam
2022-10-18 02:00:34 -04:00
RogueMaster
6a7ffdae1e
Update application.fam
2022-10-18 01:37:06 -04:00
RogueMaster
14ec00cfd4
Update heap_defence.c
2022-10-18 01:25:07 -04:00
RogueMaster
4631989a2c
Update application.fam
2022-10-18 01:25:04 -04:00
RogueMaster
39e572db37
Merge branch 'UNLEASHED' into 420
2022-10-18 01:17:04 -04:00
Zeus Ricote
a7c897a09f
nfc related changes
2022-10-18 05:46:20 +02:00
MX
6e9658608e
Merge remote-tracking branch 'origin/dev' into dev
2022-10-18 04:27:52 +03:00
MX
d49ca17824
Merge pull request #115 from TQMatvey/batter_percentage
...
Power: remove % sign from desktop and center numbers
2022-10-18 04:27:24 +03:00
MX
fc776446de
heap defence, aka stack attack, ported to latest fw
2022-10-18 04:20:37 +03:00
Patrick Cunningham
eec0abefa3
add csn to display
2022-10-17 19:01:10 -05:00
Patrick Cunningham
b438476312
working elite dict
2022-10-17 18:33:38 -05:00
RogueMaster
7015c5a0f2
Merge branch 'UNLEASHED' into 420
2022-10-17 18:10:22 -04:00
MX
5a7fa30199
fix cli
2022-10-18 00:01:08 +03:00
MX
e4cdae4922
lfrfid cli help update
2022-10-17 23:33:54 +03:00
MX
a4ee73b470
add dtmf dolphin plugin
...
https://github.com/litui/dtmf_dolphin
2022-10-17 22:40:14 +03:00
MX
8f5cbdc4c2
Merge pull request #113 from TQMatvey/dev
...
Minesweeper: Set cursor to initial position on death
2022-10-17 21:41:57 +03:00
MX
89d49fdba7
Merge branch 'dev' into flappy_patches
2022-10-17 21:39:09 +03:00
RogueMaster
b09d84e876
Merge branch 'DarkFlippers:dev' into 420
2022-10-17 14:28:28 -04:00
MX
04d67ca8ae
update totp
...
https://github.com/akopachov/flipper-zero_authenticator
2022-10-17 21:22:34 +03:00
MX
4f7ca617cc
Merge branch 'fz-dev' into dev
2022-10-17 21:20:28 +03:00
Travis Montoya
f61a8fda53
Feature/infrared add remote to cli ( #1856 )
...
* Initial testing of remote using cli
* More fixes for cli ir remote
* Fixes. Turns off power now
* Finished adding other tv remote commands
* Changed if-else formatting
* Cleaned up unused variables
* Updating cli unviersal remote to accept tv, ac and more modular. Listing signals still does not work properly
* Using mlib dictionary to get unique signals from files for ir universal list
* Fixing progress bar
* Added error checking for invalid signal to stop freezing cli
* Added error checking for arg length
* Api symbols was changed somehow.. changed back and updated the argument check to account for newline
* Fixing string compares and argument length issue
* Freeing InfraredBruteForce in cli brute force signals
Co-authored-by: sqlsquirreltm <sqlsquirreltm>
Co-authored-by: あく <alleteam@gmail.com >
2022-10-18 03:07:05 +09:00
Astra
5e35e51c57
[FL-2907] Remove the back button from MFC keys list #1878
...
Co-authored-by: あく <alleteam@gmail.com >
2022-10-18 02:49:00 +09:00
gornekich
dfbe21e720
NFC fixes part 3 ( #1885 )
...
* nfc: fix read next key
* nfc: verify new line ending in user dictionary file
* nfc: fix cache save
* nfc: add unit test for dict load
* nfc: fix total key count in dictionary
Co-authored-by: あく <alleteam@gmail.com >
2022-10-18 02:10:41 +09:00
RogueMaster
8f416c9304
totp upd
2022-10-17 10:24:19 -04:00
RogueMaster
441e0fad45
totp
2022-10-17 10:19:37 -04:00
RogueMaster
0f87b0631b
try again...
2022-10-17 10:18:03 -04:00
RogueMaster
f8099d2344
update for totp
2022-10-17 10:15:48 -04:00
TQMatvey
76aecb597a
Power: remove % sign from desktop and center numbers
2022-10-17 15:14:31 +07:00
RogueMaster
0ec04b54bf
fmt fixes
2022-10-17 00:38:01 -04:00
RogueMaster
dca21c1e53
folder rename
2022-10-17 00:37:05 -04:00
RogueMaster
8be4f6cb84
Update module_view.c
2022-10-17 00:23:44 -04:00
RogueMaster
25c496e157
ifttt upd
2022-10-17 00:22:48 -04:00
RogueMaster
f0305e87c1
Update reboot_view.c
2022-10-17 00:19:34 -04:00
RogueMaster
2c5e64a9b3
Update reboot_view.c
2022-10-17 00:16:01 -04:00
RogueMaster
084e9aaf6e
ifttt
2022-10-17 00:14:38 -04:00