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
1ab59bac83
Update how to install
...
Thanks to @Svaarich for instruction images, and our community for android app screenshots
2022-10-20 22:43:25 +03:00
MX
221bd13e09
update subbrute module
2022-10-20 22:07:45 +03:00
MX
b508fa7dfc
update changelog and readme
...
and assets
2022-10-20 21:43:27 +03:00
MX
fc2a643d12
bump
2022-10-20 21:04:33 +03:00
MX
2a30214ca2
Merge branch 'fz-dev' into dev
2022-10-20 21:04:10 +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
あく
33892ebfb7
[FL-2818] FuriHal: add FuriHalCortexTimer, use it for i2c bus timeouts ( #1900 )
...
* FuriHal: add FuriHalCortexTimer, use it for i2c bus timeouts
* Furi: cleanup FuriHalCortexTimer sources and headers
2022-10-20 20:14:46 +03:00
MX
f8f7c2b895
bump
2022-10-20 19:22:27 +03: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
MX
732f744b3c
Merge pull request #122 from derskythe/fix-auto-correction
...
fix by autocorrection
2022-10-20 01:09:55 +03:00
DerSkythe
5c821eb076
fix by autocorrection
2022-10-20 02:07:01 +04:00
MX
e8d62db634
update changelog
2022-10-19 23:47:43 +03:00
MX
e56f97245b
Merge pull request #121 from derskythe/dev-master
...
SubGHz Frequency Analyzer sync with OFW
2022-10-19 23:38:05 +03: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
MX
8415dcf823
Merge branch 'fz-dev' into dev
2022-10-19 21:16:59 +03: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
7417259dcd
update changelog and add freq
2022-10-19 19:09:12 +03:00
MX
a3c6d8bb4a
SubGhz: rename SubGhzPresetDefinition into SubGhzRadioPreset, cleanup subghz types.
2022-10-19 18:52:21 +03:00
Aleksandr Kutuzov
3807d61034
SubGhz: remove dead code
2022-10-19 18:41:04 +03:00
derskythe
ab55ddbfb1
fix position and sort array taking latest to first
2022-10-19 19:29:48 +04:00
MX
328fbffb80
Merge branch 'fz-dev' into dev
2022-10-19 18:24:56 +03:00
hedger
79c3040629
fbt: fixed dependency issues with SDK definition file ( #1893 )
...
* fbt: fixed dependency issues with SDK definition file
* fbt: more path fixes; marked up new symbols
2022-10-19 23:28:48 +09: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
da7b9c86b9
add 434.19mhz
2022-10-19 05:55:26 +03:00
MX
3303047a4a
update changelog
2022-10-19 02:52:25 +03:00
MX
488563000a
subghz bruteforce - add chamberlain 7b and 8b
2022-10-19 02:47:44 +03:00
MX
6c08564d37
rm 313 from hopper
2022-10-19 01:41:59 +03:00
MX
5b8311cdea
rename setting user back (since we are using it for custom stuff)
...
update change log too
2022-10-19 01:03:46 +03:00
MX
68429e191d
Merge pull request #119 from ankris812/dev
...
replacing dict with expanded one
2022-10-19 00:55:52 +03:00
MX
5e7bcea29d
removed duplicates
2022-10-19 00:54:27 +03:00