Commit Graph

1739 Commits

Author SHA1 Message Date
MX c6945313f6 Merge branch 'fz-dev' into dev 2022-10-22 22:12:49 +03:00
Max Lapan d8fbaba7a0 Move Oregon2 to Weather Station FAP (#1910)
* Init copy of oregon2 to weather station app
* WS decoder
* Reuse decoded data
* Delete old protocol
* Delete oregon2 unit test
* Decrement count of random test

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2022-10-23 00:50:26 +09:00
MX de1d83038f Merge branch 'fz-dev' into dev 2022-10-22 18:34:50 +03:00
あく f8af0c1509 [FL-2892] Gui: update statusbar attention icon and better crash handling (#1908)
* Gui: update statusbar attention icon
* Furi: snapshot registers on crash and restore in halt
* Furi: document check routines
2022-10-23 01:21:10 +10:00
MX ed080ea5fc fixed bug when mobile app was unable to send raw file
file name should not contain dots
2022-10-22 13:09:41 +03:00
MX 1019025b13 update totp
https://github.com/akopachov/flipper-zero_authenticator
2022-10-21 22:56:58 +03:00
MX a44739cde9 emulate uid from fav 2022-10-21 22:15:36 +03:00
MX 6189511a87 allow uid emulation of emv 2022-10-21 22:00:54 +03:00
MX 12bbe3e68e return saving of emv 2022-10-21 21:58:59 +03:00
MX 92a6cce70e Merge pull request #125 from TQMatvey/dev
Snake: Allow snake to turn anywhere
2022-10-21 21:48:47 +03:00
MX 8fc3140292 Merge pull request #124 from ESurge/unleashed
UniRFRemix - Cleaned up error checking + Bug fix
2022-10-21 21:48:07 +03:00
SG 235af1aacb Dap-link: fix C symbol 2022-10-21 21:45:32 +03:00
TQMatvey a0a8e0457a Snake: Allow snake to turn anywhere 2022-10-21 13:58:26 +07:00
ESurge f291c9546d Cleaned up error checking in unirfremix_cfg_set_check
Fixed a bug where all options are disabled and set to N/A but it doesn't show Config is invalid screen.
2022-10-20 23:29:07 -07:00
MX a73535070c cleanup instruction 2022-10-21 05:35:35 +03:00
MX 8931cb2088 update naming 2022-10-21 00:03:57 +03:00
MX 33e4d2a17f fbt format + fix bug 2022-10-20 23:53:08 +03:00
MX ca3ce2edce add temp sensor plugin 2022-10-20 23:51:13 +03:00
MX 221bd13e09 update subbrute module 2022-10-20 22:07:45 +03:00
MX 120a74ee1a add two new plugins 2022-10-20 21:02:27 +03:00
Skorpionm c1bb10a694 [FL-2920] WS: add protocol Acurite-606TX, LaCrosse_TX141THBv2 (#1898)
* WS: add protocol Acurite-606TX
* WS: history, added display of the channel (if any) in the general list
* WS: added display of the button state if it is on the transmitter, and displaying the data that is in the signal
* WS: fix batt info
* WS: add protocol LaCrosse_TX141THBv2
* WS; fix syntax
* Furi: bump api_symbols version

Co-authored-by: あく <alleteam@gmail.com>
2022-10-21 02:26:28 +09:00
MX 96dd3ad1ce WS: add protocol Acurite-606TX, LaCrosse_TX141THBv2
OFW PR 1898 by Skorpionm - Details will be in changelog
2022-10-20 19:14:04 +03:00
MX 2740368b0e Merge branch 'fz-dev'
Conflicts:
	.gitmodules
	firmware/targets/f7/api_symbols.csv
2022-10-20 19:06:56 +03:00
Sergey Gavrilov f56c94922d CMSIS DAP/DAP Link Debugger (#1897)
* Apps: DAP Link
* API: furi_hal_console_init

Co-authored-by: あく <alleteam@gmail.com>
2022-10-20 20:42:55 +09:00
Sergey Gavrilov 42df7aa04a Fix FuriString oplist (init move) (#1894)
* FuriString, Infrared: fix oplist and drop string_t.
* Elf loader: log size
* Comment fix
* API: furi_hal_console_init
2022-10-20 19:58:11 +09:00
DerSkythe 26dfa9b9a5 fix for update cursor 2022-10-20 00:18:40 +04:00
Der Skythe 62284209e6 Merge branch 'DarkFlippers:dev' into dev-master 2022-10-19 23:31:07 +04:00
DerSkythe 6d86629e9a minor changes 2022-10-19 23:31:04 +04:00
DerSkythe 0139891d64 Add cursor frame to selected preferred signal 2022-10-19 23:29:46 +04:00
Skorpionm 9a9abd59e9 [FL-2904, FL-2900, FL-2890] WS: add app WeatherStation (#1833)
* WeatherStation: start
* SubGhz: rename protocol magellen -> magellan
* WeatherStation: err Unresolved symbols: {'subghz_protocol_decoder_base_get_string'}
* WeatherStation: fix Unresolved symbols: {'subghz_protocol_decoder_base_get_string'}
* Subghz: add set protocol_items
* WeatherStation: adding your protocols
* WS: add Infactory protocol
* WS: add history
* WS: add setting
* WS: add lock
* WS: add hopper frequency
* WS: fix history
* WS fix string_t -> FuriString*
* WS: add images
* WS: history record update when receiving data from the sensor again
* WS: add receiver info, delete extra code
* WS: add protocol ThermoPRO_TX4
* [FL-2900] SubGhz: Move icons in Sub-GHz
* WS: add Notification
* [FL-2890] SubGhz: Rename *_user files in resources to _user.example
* WS: add about scene
* WS: removing redundant code
* WS: add  protocol Nexus-TH
* WS: add protocol GT_WT03
* WS: fix notification and rename "Weather Station" -> "Read Weather Station"
* SubGhz: partial unit tests fix
* SubGhz: fix unit_test
* SubGhz: remove dead code
* SubGhz: rename SubGhzPresetDefinition into SubGhzRadioPreset, cleanup subghz types.

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2022-10-20 02:27:26 +09:00
MX a3c6d8bb4a SubGhz: rename SubGhzPresetDefinition into SubGhzRadioPreset, cleanup subghz types. 2022-10-19 18:52:21 +03:00
derskythe ab55ddbfb1 fix position and sort array taking latest to first 2022-10-19 19:29:48 +04:00
derskythe 4f6d27a214 Don't add to to array if value already exists 2022-10-19 13:12:47 +04:00
DerSkythe f0e8da98ee Fix interface and add extra history field 2022-10-19 12:20:58 +04:00
Der Skythe c2e58f9633 Merge branch 'DarkFlippers:dev' into dev-master 2022-10-19 11:03:49 +04:00
DerSkythe 63eced449e Applied OFW version but not yet resized to correct view 2022-10-19 09:39:11 +04:00
MX 49ba5fc9f3 moved subghz bruteforcer into submodule 2022-10-19 06:32:31 +03:00
MX dd28e5ea7b moving into submodule 2022-10-19 06:31:39 +03:00
MX 488563000a subghz bruteforce - add chamberlain 7b and 8b 2022-10-19 02:47:44 +03:00
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
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
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