Commit Graph

7802 Commits

Author SHA1 Message Date
MX
bbe55aa9d6 Change example custom font app type to DEBUG
so it will not be compiled in release builds
2023-02-04 15:54:18 +03:00
g3gg0.de
437d26615a scale NfcV frequency a bit, add echo mode, fix signal level at the end 2023-02-04 01:43:04 +01:00
g3gg0.de
fe68811f04 Merge branch 'DigitalSequence_PulseReader' into ISO15693 2023-02-04 01:40:52 +01:00
g3gg0.de
ae1e93e519 DigitalSignal: use cyclic DMA buffer for sequences 2023-02-04 01:39:56 +01:00
Willy-JL
9a02a87e82 Fix worker interface bug on bad kb quit 2023-02-03 23:37:44 +00:00
Willy-JL
e97659819d Change bad bt config options names 2023-02-03 23:10:50 +00:00
Willy-JL
dceac69a37 Merge branch 'badusb-ble' of https://github.com/yocvito/Flipper-Xtreme into badusb-ble 2023-02-03 22:43:49 +00:00
Willy-JL
92c83cfb79 Fix typo 2023-02-03 22:40:29 +00:00
yocvito
08475ff579 Add bt is connected check 2023-02-03 22:40:09 +00:00
yocvito
d6a1dc2e1f Removes storing of bt peer key in internal flash for bad usb BLE
Co-authored-by: yocvito <nicolasmorel.dp@gmail.com>
2023-02-03 22:27:26 +00:00
MX
5a7d6fcc63 Update readme 2023-02-04 01:21:09 +03:00
Willy-JL
82f4a287cb Stay connected in bad kb 2023-02-03 22:19:04 +00:00
VerstreuteSeele
a67af49f54 Update FreeRTOS-Kernel 2023-02-03 22:42:37 +01:00
VerstreuteSeele
09d080c00d Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into dev 2023-02-03 22:41:55 +01:00
MX
66e606fe96 upd submodule 2023-02-03 23:48:18 +03:00
MX
425f8f0254 Merge branch 'fz-dev' into dev 2023-02-03 23:45:57 +03:00
yocvito
dc38d57d6e Fix: vs-code and copilot mistakes (oups) 2023-02-03 21:20:44 +01:00
yocvito
935aee90ef Bad-KB: allows to go back to script selection and stay connected to the client when using BLE connection mode 2023-02-03 21:06:55 +01:00
yocvito
9d15e2c043 merge previous modifs into new file 2023-02-03 19:43:11 +01:00
yocvito
6603bc119c Removes storing of bt peer key in internal flash for bad usb BLE 2023-02-03 19:39:30 +01:00
あく
52680fd14e FreeRTOS: update to 10.5.1 (#2353) 2023-02-04 04:09:20 +10:00
Willy-JL
72935579e6 Format 2023-02-03 17:46:32 +00:00
Willy-JL
32792e5155 Merge branch 'dev' of https://github.com/ClaraCrazy/Flipper-Xtreme into badusb-ble 2023-02-03 17:44:30 +00:00
Willy-JL
8a3bd796d4 Generic bad kb comments 2023-02-03 17:44:22 +00:00
Willy-JL
f3bb068fd7 Rename bad usb to bad kb 2023-02-03 17:43:59 +00:00
MX
559c4567cb Rename: Radio settings -> Radio Settings 2023-02-03 17:43:17 +03:00
MX
8c50225da4 Fix issue with external module settings
It was possible to set it to external module without module connected, and as it saves its state in memory, all other plugins that uses subghz will not work, now we checking for module when you changing that setting
2023-02-03 17:20:10 +03:00
MX
edddfbcb2c Merge pull request #307 from quen0n/ext_cc1101
External CC1101 support
2023-02-03 15:44:57 +03:00
MX
bfbcce030c Fix GUI issues
Fix secplus v1 text too
2023-02-03 15:39:02 +03:00
VerstreuteSeele
87dccfb711 Merge branch 'dev' of https://github.com/ClaraCrazy/Flipper-Xtreme into dev 2023-02-03 11:43:41 +01:00
VerstreuteSeele
195aea9c37 Update storage_settings_scene_sd_info.c 2023-02-03 11:43:16 +01:00
VerstreuteSeele
cb2d92ec6c Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into dev 2023-02-03 11:35:09 +01:00
Willy-JL
9de7306aad Merge branch 'dev' of https://github.com/ClaraCrazy/Flipper-Xtreme into badusb-ble 2023-02-03 05:07:12 +00:00
Willy-JL
64fa597e19 Fix animation load fail, size too big 2023-02-03 05:01:00 +00:00
Willy-JL
8599113135 Merge branch 'dev' of https://github.com/ClaraCrazy/Flipper-Xtreme into badusb-ble 2023-02-02 21:39:00 +00:00
Willy-JL
e33023463a Format 2023-02-02 21:38:45 +00:00
Victor
5458157924 Added external CC1101 support 2023-02-02 22:47:50 +03:00
MX
7edf90c2e5 Merge branch 'fz-dev' into dev 2023-02-02 18:28:52 +03:00
AloneLiberty
46fb86265c NFC: fix creating MF Classic tags from "Add Manually" menu (BCC calulation and ATQA/SAK writing) (#2342)
* NFC: fix creating MF Classic cards from "Add Manually" menu (BCC calculation and AQTA/SAK writing)
* NFC: Fix BCC/SAK/ATQA in unit_tests and SAK in nfc_generate_mf_classic

Co-authored-by: gornekich <n.gorbadey@gmail.com>
2023-02-02 22:18:39 +07:00
MX
52bcf27c2a Update readme
Clock uses system locale settings
2023-02-02 15:12:35 +03:00
MX
3c52dca0c2 Fix mouse jiggler merge issue 2023-02-02 14:31:03 +03:00
MX
ed4b2b3362 Merge remote-tracking branch 'LTVA1/patch-custom-font' into dev 2023-02-02 14:27:17 +03:00
MX
b05cba931b Update UniTemp
https://github.com/quen0n/unitemp-flipperzero/tree/master
2023-02-02 14:01:23 +03:00
MX
1d46df70a9 Update ProtoView
https://github.com/antirez/protoview
2023-02-02 13:54:14 +03:00
MX
f45f2a45da Remove invalid keys from mf classic dict 2023-02-02 13:46:53 +03:00
MX
a0d5aa0c7b Merge pull request #303 from DocKuro/mouse_jiggler_interval_selction_added
Added movement interval in mouse_jiggler USB & BLE
2023-02-02 13:38:34 +03:00
Emanuele Conti
cee11464de Merge branch 'mouse_jiggler_interval_selction_added' of https://github.com/DocKuro/unleashed-firmware into mouse_jiggler_interval_selction_added 2023-02-02 10:33:54 +00:00
Emanuele Conti
a617ce1813 used FuriString instead of string_t 2023-02-02 10:32:07 +00:00
MX
05641378d9 Fixed 2023-02-02 13:20:58 +03:00
MX
fbe7209817 Use FuriString instead of string_t 2023-02-02 13:16:00 +03:00