Skip to content

Commit f1dec87

Browse files
committed
Merge branch 'dev' into release
2 parents ab29951 + de2334f commit f1dec87

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+6258
-1713
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
### New changes
22
* API: Version was changed due to breaking changes - from 10.x to 11.x - Extra pack was updated, download it by using link below ([- Download latest extra apps pack](https://download-directory.github.io/?url=https://github.com/xMasterX/unleashed-extra-pack/tree/main/apps))
3+
* Plugins: Add (UniTemp) Temp sensor reader (PR #216 | by @quen0n) [(plugin repo)](https://github.com/quen0n/unitemp-flipperzero) and Remove DHT Monitor and AM2320 plugins (unitemp has support for that sensors)
34
* Plugins -> SubGHz Bruteforcer: Add support for PT2260, SMC5326, UNILARM, Honeywell(file only) protocols
45
* Plugins: Add mouse jiggler to USB Keyboard&Mouse App
56
* Clock: Use system locale settings
67
* Infrared: Update universal remote assets (by @Amec0e) + (PR #215 | by @airs0urce)
78
* SubGHz: Removing duplicate code in subghz FAAC scenes. (PR #208 | by @gid9798)
89
* Plugins -> Weather Station: Fix display of temps lower than -9
10+
* Misc fixes
911
* OFW: Notification: fix recursive speaker acquire
1012
* OFW: Locale settings
1113
* OFW: Audio support for SubGhz **(Breaking API change)**

ReadMe.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Also check changelog in releases for latest updates!
9090
### Community apps included:
9191

9292
- RFID Fuzzer plugin [(by Ganapati & @xMasterX)](https://github.com/DarkFlippers/unleashed-firmware/pull/54) & New protocols by @mvanzanten
93-
- Sub-GHz bruteforce plugin [(by @derskythe & xMasterX)](https://github.com/DarkFlippers/unleashed-firmware/pull/57) (original by Ganapati)
93+
- Sub-GHz bruteforce plugin [(by @derskythe & xMasterX)](https://github.com/derskythe/flipperzero-subbrute) [(original by Ganapati & xMasterX)](https://github.com/DarkFlippers/unleashed-firmware/pull/57)
9494
- Sub-GHz playlist plugin [(by darmiel)](https://github.com/DarkFlippers/unleashed-firmware/pull/62)
9595
- ESP8266 Deauther plugin [(by SequoiaSan)](https://github.com/SequoiaSan/FlipperZero-Wifi-ESP8266-Deauther-Module)
9696
- WiFi Scanner plugin [(by SequoiaSan)](https://github.com/SequoiaSan/FlipperZero-WiFi-Scanner_Module)
@@ -112,8 +112,7 @@ Also check changelog in releases for latest updates!
112112
- Temperature Sensor Plugin - HTU2xD, SHT2x, SI702x, SI700x, SI701x, AM2320 [(by Mywk)](https://github.com/Mywk/FlipperTemperatureSensor) - [How to Connect](https://github.com/DarkFlippers/unleashed-firmware/blob/dev/applications/plugins/htu21d_temp_sensor/Readme.md)
113113
- HC-SR04 Distance sensor - Ported and modified by @xMasterX [(original by Sanqui)](https://github.com/Sanqui/flipperzero-firmware/tree/hc_sr04) - How to connect -> (5V -> VCC) / (GND -> GND) / (13|TX -> Trig) / (14|RX -> Echo)
114114
- Morse Code [(by wh00hw)](https://github.com/wh00hw/MorseCodeFAP)
115-
- AM2320/AM2321 Temp. Sensor plugin [(by xMasterX)](https://github.com/xMasterX/AM2320_Flipper_Plugin) - [How to Connect](https://github.com/xMasterX/AM2320_Flipper_Plugin)
116-
- DHT11/22 Temp. Sensor Monitor [(by quen0n)](https://github.com/quen0n/FipperZero-DHT-Monitor) - How to connect -> (5V -> VCC) / (GND -> GND) / (Selected Pin -> out)
115+
- (UniTemp) Temp sensor reader [(by quen0n)](https://github.com/quen0n/unitemp-flipperzero)
117116
- BH1750 - Lightmeter [(by oleksiikutuzov)](https://github.com/oleksiikutuzov/flipperzero-lightmeter)
118117
- iButton Fuzzer [(by xMasterX)](https://github.com/xMasterX/ibutton-fuzzer)
119118
- HEX Viewer [(by QtRoS)](https://github.com/QtRoS/flipper-zero-hex-viewer)
@@ -137,7 +136,7 @@ Games:
137136
- BadUSB -> Keyboard layouts [(by rien > dummy-decoy)](https://github.com/dummy-decoy/flipperzero-firmware/tree/dummy_decoy/bad_usb_keyboard_layout)
138137
- SubGHz -> New frequency analyzer - [(by ClusterM)](https://github.com/DarkFlippers/unleashed-firmware/pull/43)
139138
- SubGHz -> Detect RAW feature - [(by perspecdev)](https://github.com/RogueMaster/flipperzero-firmware-wPlugins/pull/152)
140-
- SubGHz -> Save last used frequency and modulation [(by derskythe)](https://github.com/DarkFlippers/unleashed-firmware/pull/77)
139+
- SubGHz -> Save last used frequency [(by derskythe)](https://github.com/DarkFlippers/unleashed-firmware/pull/77)
141140
- SubGHz -> Press OK in frequency analyzer to use detected frequency in Read modes [(by derskythe)](https://github.com/DarkFlippers/unleashed-firmware/pull/77)
142141
- SubGHz -> Long press OK button in SubGHz Frequency analyzer to switch to Read menu [(by derskythe)](https://github.com/DarkFlippers/unleashed-firmware/pull/79)
143142
- Lock device with pin(or regular lock if pin not set) by holding UP button on main screen [(by an4tur0r)](https://github.com/DarkFlippers/unleashed-firmware/pull/107)

applications/main/infrared/scenes/infrared_scene_universal.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ void infrared_scene_universal_on_enter(void* context) {
2323
SubmenuIndexUniversalTV,
2424
infrared_scene_universal_submenu_callback,
2525
context);
26-
submenu_set_selected_item(submenu, 0);
2726

2827
submenu_add_item(
2928
submenu,
@@ -53,6 +52,8 @@ void infrared_scene_universal_on_enter(void* context) {
5352
infrared_scene_universal_submenu_callback,
5453
context);
5554

55+
submenu_set_selected_item(submenu, 0);
56+
5657
view_dispatcher_switch_to_view(infrared->view_dispatcher, InfraredViewSubmenu);
5758
}
5859

applications/plugins/am2320_temp_sensor/application.fam

-14
This file was deleted.

0 commit comments

Comments
 (0)