Merge branch 'UNLEASHED' into 420

This commit is contained in:
RogueMaster
2022-09-25 02:11:30 -04:00
4 changed files with 8 additions and 31 deletions

View File

@@ -67,7 +67,6 @@
- [Configure Sub-GHz Remote App](https://github.com/RogueMaster/flipperzero-firmware/blob/420/documentation/SubGHzRemotePlugin.md) - [Configure Sub-GHz Remote App](https://github.com/RogueMaster/flipperzero-firmware/blob/420/documentation/SubGHzRemotePlugin.md)
</details> </details>
- To avoid Application errors, delete /ext/apps before doing the RM firmware update - To avoid Application errors, delete /ext/apps before doing the RM firmware update
- To install new FW, extract the [latest release zip file](https://github.com/RogueMaster/flipperzero-firmware-wPlugins/releases) to a folder, put the folder in the update folder on your SD card, and run the update file inside the folder using the Archive app (down from flipper desktop). If you were previously unleashed, you need to update your extend_range.txt file. **UPDATE IGNORE FLAG TO TRUE TO UNLEASH YOUR FLIPPER!!** On any update, you may need to update this file and your unirf map file, so keep backups. 😄 - To install new FW, extract the [latest release zip file](https://github.com/RogueMaster/flipperzero-firmware-wPlugins/releases) to a folder, put the folder in the update folder on your SD card, and run the update file inside the folder using the Archive app (down from flipper desktop). If you were previously unleashed, you need to update your extend_range.txt file. **UPDATE IGNORE FLAG TO TRUE TO UNLEASH YOUR FLIPPER!!** On any update, you may need to update this file and your unirf map file, so keep backups. 😄
- [<h2>GAMES ONLY MODE PASSWORD: UP UP DOWN DOWN LEFT RIGHT LEFT RIGHT IN CLOCK</h2>](https://github.com/RogueMaster/flipperzero-firmware-wPlugins/blob/420/GAMES_ONLY.md) - [<h2>GAMES ONLY MODE PASSWORD: UP UP DOWN DOWN LEFT RIGHT LEFT RIGHT IN CLOCK</h2>](https://github.com/RogueMaster/flipperzero-firmware-wPlugins/blob/420/GAMES_ONLY.md)

View File

@@ -19,7 +19,7 @@ void subghz_scene_save_name_get_timefilename(string_t name, uint32_t frequency)
furi_hal_rtc_get_datetime(&datetime); furi_hal_rtc_get_datetime(&datetime);
string_printf( string_printf(
name, name,
"%.4d%.2d%.2d-%.2d%.2d%.2d-RAW-%d.%.2dMHz", "R_%.4d.%.2d.%.2d-%.2d.%.2d.%.2d-%d.%.2dMHz",
datetime.year, datetime.year,
datetime.month, datetime.month,
datetime.day, datetime.day,

View File

@@ -23,12 +23,14 @@
- And if all flashed successfully - you will have all needed assets pre installed - And if all flashed successfully - you will have all needed assets pre installed
- Done - Done
![ios](https://user-images.githubusercontent.com/10697207/192114863-75693972-31fb-4b5f-bcc4-4122abb352c2.jpg)
<br> <br>
<br> <br>
## With qFlipper (1.2.0-rc1) ## With qFlipper (1.2.0)
- Download qFlipper that allows `.tgz` installation [Download qFlipper 1.2.0-rc1 (official link)](https://update.flipperzero.one/builds/qFlipper/1.2.0-rc1/) - Download qFlipper that allows `.tgz` installation [Download qFlipper 1.2.0 (official link)](https://update.flipperzero.one/builds/qFlipper/1.2.0/)
- Be sure you updated to latest official release before(only if installing for the first time), and verify that microSD card is installed - Be sure you updated to latest official release before(only if installing for the first time), and verify that microSD card is installed
- Open latest release page - [Releases](https://github.com/Eng1n33r/flipperzero-firmware/releases/latest) - Open latest release page - [Releases](https://github.com/Eng1n33r/flipperzero-firmware/releases/latest)
- Download `flipper-z-f7-update-(version).tgz` - Download `flipper-z-f7-update-(version).tgz`
@@ -39,6 +41,7 @@
- And wait, if all flashed successfully - you will have all needed assets pre installed - And wait, if all flashed successfully - you will have all needed assets pre installed
- Done - Done
![qflip](https://user-images.githubusercontent.com/10697207/192114874-4edae5f5-6bff-4674-8e3b-030ceaf17abc.png)
<br> <br>
<br> <br>
@@ -57,33 +60,7 @@
- Update will start, wait for all stages - Update will start, wait for all stages
- Done - Done
![manual_install](https://user-images.githubusercontent.com/10697207/190832689-8fb50d97-2820-4501-b8b7-d8e87a235d45.gif) ![manual](https://user-images.githubusercontent.com/10697207/192114890-b9220265-1fe3-4837-8e98-ed267282e11e.png)
### **Replace (CURRENT VERSION) with version that you downloaded from releases**
- Connect your device and select `Update from file`
then select **`flipper-z-f7-full-(CURRENT VERSION).dfu`**
- And wait, if all flashed successfully - you can manually upload IR libs and other stuff to sd card
- If you doing install for first time or migrating from official fw, unpack files from archive `sd-card-(CURRENT VERSION).zip` onto your microSD card
<br>
<br>
## With USB DFU
1. Download latest [Firmware](https://github.com/RogueMaster/flipperzero-firmware-wPlugins/releases)
2. Reboot Flipper to Bootloader
- Press and hold `← Left` + `↩ Back` for reset
- Release `↩ Back` and keep holding `← Left` until blue LED lights up
- Release `← Left`
### **Replace (CURRENT VERSION) with version that you downloaded from releases**
3. Run `dfu-util -D flipper-z-f7-full-(CURRENT VERSION).dfu -a 0`
4. If you doing install for first time or migrating from official fw, unpack files from archive `sd-card-(CURRENT VERSION).zip` to your microSD card
<br> <br>
<br> <br>

View File

@@ -15,6 +15,7 @@ forward_os_env = {
for env_value_name in ( for env_value_name in (
"WORKFLOW_BRANCH_OR_TAG", "WORKFLOW_BRANCH_OR_TAG",
"DIST_SUFFIX", "DIST_SUFFIX",
"CUSTOM_FLIPPER_NAME",
"HOME", "HOME",
"APPDATA", "APPDATA",
"PYTHONHOME", "PYTHONHOME",