mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 04:34:43 +04:00
fix by autocorrection
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
2. Follow how to build instructions to prepare all things before continuing
|
||||
3. Run release build to verify all is ok - `./fbt COMPACT=1 DEBUG=0 updater_package`
|
||||
4. Clear build files - `./fbt COMPACT=1 DEBUG=0 updater_package -c`
|
||||
5. Run command with extra enviroment var before `./fbt` that variable should contain your custom name in alphanumeric characters - max length 8 chars
|
||||
5. Run command with extra environment var before `./fbt` that variable should contain your custom name in alphanumeric characters - max length 8 chars
|
||||
`CUSTOM_FLIPPER_NAME=Name ./fbt COMPACT=1 DEBUG=0 updater_package` - where `Name` write your custom name
|
||||
6. Copy `dist/f7-C/f7-update-local` folder to microSD `update/myfw/` and run `update` file on flipper from file manager app (Archive)
|
||||
7. Flash from microSD card only!!!! .dfu update from qFlipper will not work properly since name and serial number will be changed
|
||||
|
||||
@@ -56,6 +56,6 @@ This is an initial release, so expect some bugs and issues (also I don't work wi
|
||||
- The way some long numbers are shown could probably be improved to look fancier.
|
||||
- Both _origin_ and _destination buffers_ are the same. The destination one could probably be longer in order to avoid certain _overflow scenarios_.
|
||||
- The GUI needs improvement too: there's a whole __widget/views system__ built in the Flipper that allows things like setting up keys, showing "Save/Back/Cancel" messages with
|
||||
callbacks and stuff like that. Didn't know anything about them, so I moved on with something more basic (which is probably fince since it's not a "very big project"); but
|
||||
callbacks and stuff like that. Didn't know anything about them, so I moved on with something more basic (which is probably fine since it's not a "very big project"); but
|
||||
a more "standard" way with the regular GUI stuff provided by the firmware will be interesting...
|
||||
- More GUI stuff: the _long click buttons_ for adding a decimal point / negative number aren't very clear on the view itself (I tried to add a small dot / dash symbol, but I think those are small enough to be a little bit confusing)
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
Edit user settings file located on your microSD card - `subghz/assets/setting_user`
|
||||
|
||||
in this file you will find we already have extra frequencies added
|
||||
if you need your custom one, make sure it doesnt listed here
|
||||
if you need your custom one, make sure it doesn't listed here
|
||||
|
||||
### Default frequency list
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user