Willy-JL
8872cd8f9d
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into dev --nobuild
2023-12-30 00:24:26 +01:00
MX
b84f14386c
subghz option to delete old signals on full memory
2023-12-24 03:08:24 +03:00
Willy-JL
fdc826a3dc
These were missing
2023-12-14 00:30:14 +00:00
Willy-JL
7238961e52
Sort a few things
2023-12-14 00:29:41 +00:00
Leeroy
6610be054a
SubGHZ Repeater, Enable Sound Saved to Last Settings.
2023-12-13 20:55:10 +11:00
Willy-JL
46a6a833e8
Rename ignore duplicates to remove duplicates
2023-12-10 14:01:18 +00:00
Willy-JL
15ebb3f624
Format
2023-12-10 05:48:55 +00:00
Willy-JL
4eaa959994
SubGhz ignore duplicates option ( #373 )
2023-12-10 05:45:29 +00:00
Willy-JL
83c8aad87a
Proper SubGhz ignore system (fix BusFault in apps)
...
Old ignore system used SubGhzProtocolFlag_*
This enum was saturated, and started taking more bytes than on OFW
This caused BusFault when using apps compiled for OFW, like from catalog
Crash is because of incompatible memory structure
New ignore system uses own enum at end of struct
This is binary compatible with OFW and correct solution for future
2023-10-17 04:10:36 +01:00
Willy-JL
cb14157c80
Fix build
2023-10-17 03:33:10 +01:00
Willy-JL
39cfba3c65
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev --nobuild
2023-10-17 03:27:16 +01:00
Sil333033
72869d614b
Update subghz GPS changable baudrate --nobuild
2023-10-09 22:05:29 +02:00
Sil333033
ad22f6a0ef
Add GPS support for SubGHz
2023-10-05 23:14:58 +02:00
Soren
8ebfda6b8c
Added NiceFloR-S to ignore options, removed colons.
2023-10-03 17:56:39 +03:00
MX
7f474ed9c6
Ignore princeton option and fix typo magellan
2023-09-11 17:03:17 +03:00
DerSkythe
1fec80a533
feat: add RX config option "Reset to default"
2023-09-10 02:35:27 +04:00
DerSkythe
3491844d41
change: add defines to disable load saved preset value and binary RAW
...
add: icon for BinRAW mode in Read screen
2023-08-25 07:48:04 +04:00
DerSkythe
5bbee02704
finalization of saving last settings
...
- Check loading of critical values in subghz_last_settings_log
- Change comparison of float type to safe
- Refactor
2023-08-08 17:31:46 +04:00
DerSkythe
8c44dfb6af
Save preset, RSSIm ignore values in last settings
...
- Save preset
- Save RSSI
- Save Ignore Starline, Cars, Magellan
- Fix types of COUNT_OF result
- Move subghz_set_default_preset to SubGhzTxRx
- In subghz_txrx_radio_device_is_tx_allowed check for SubGhzTxRxStateSleep is not working
2023-08-08 09:51:48 +04:00
DerSkythe
500ca0758a
Save hopping in last settings
...
- Save hopping state
- Add easy logging to SubGhzLastSettings
- Add to CLI alias 'l' for log command
- Fix misspelled names
2023-08-04 18:52:16 +04:00
MX
0f9c6ba847
Remake it more properly
...
still has problems, need to rewrite subghz_devices tx/rx switch code, checking strcmp every time is not good too, but better than loading whole config from microsd
2023-07-29 03:51:46 +03:00
Z3BRO
58beca313d
SubGHz External High Power
2023-07-27 17:25:32 +02:00
gid9798
2817913e63
prt3
2023-06-18 21:09:07 +03:00
MX
f22624399c
remove unneeded global var
2023-06-14 01:07:07 +03:00
MX
8cb3b67295
Fix external radio SPI handlers
2023-04-24 01:56:43 +03:00
MX
1bb3ab8715
New option to save signal names with timestamps
2023-04-21 06:46:10 +03:00
MX
3c3ac216dc
Remember if 5v was turned off, save its state
2023-03-16 16:03:22 +03:00
MX
bb9ac1389b
Remember last state for CC1101 external + other fixes
...
Reset to internal module if external is not found on all apps, not only in bruteforcer
2023-03-16 15:02:23 +03:00
MX
ba36f4672c
Throw away Kostily & Velosipedy
...
Ne bag a ficha, bolshe ne nuzhna
2023-02-09 17:21:40 +03:00
MX
daea8a963d
Apply subghz FA changes from OFW, update API symbols
2022-11-23 19:46:31 +03:00
MX
17cb7533cb
SubGHz: FA -> Save last trigger level
2022-11-17 00:37:35 +03:00
MX
b20c01d68b
remove saving modulation due to strange bugs with custom modulations
2022-10-27 02:56:21 +03:00
MX
b7bdc4c985
sorry, i added "Mod:", and did fbt format
2022-10-12 05:15:45 +03:00
derskythe
06c0adfe98
Save in last settings FrequencyAnalyzer last feedback set
2022-10-11 18:45:46 +04:00
derskythe
cbda5d996f
Fix uncommited merge
2022-10-02 16:50:03 +04:00
derskythe
de1ec97512
Merge remote-tracking branch 'refs/remotes/origin/fix-read-in-readraw-crash' into fix-read-in-readraw-crash
2022-10-02 16:20:18 +04:00
MX
8af749c965
enable saving detect raw state via define
2022-10-02 13:50:29 +03:00
MX
85eb740559
do not save detect raw on/off settings
2022-10-02 06:38:34 +03:00
derskythe
bbd3f9cf71
Fixed all bugs with saving directly to file, also fixed misspeled if/ifdef in all app
2022-10-02 03:18:30 +04:00
derskythe
24e744f1d1
Added saving DetectRAW settings, trying to write files on SD instead of memory
2022-10-01 08:39:51 +04:00
MX
b934c41ed0
close file
2022-09-28 06:51:13 +03:00
MX
0ebb3f060e
add a bit of changes
2022-09-28 06:46:45 +03:00
derskythe
8f2bd3be57
Update list of frequencies and change name of file of settings to not able to run in browser
2022-09-28 07:14:38 +04:00
MX
0c5f11f713
return fix
2022-09-28 06:02:23 +03:00
derskythe
22a87d5707
struct doesn't correct written
2022-09-28 05:49:06 +04:00
derskythe
497be7ccb0
Last SubGHz settings is ready
2022-09-28 02:01:09 +04:00