chris-bc / Flipper-Gravity

A Flipper Zero companion app for ESP32-Gravity - Be an unseen force with Gravity's wireless exploration, offensive and defensive tools. Download ESP32-Gravity:
https://github.com/chris-bc/esp32-gravity
MIT License
52 stars 3 forks source link

Ability to save/load data to/from multiple, custom-named files #22

Open chris-bc opened 9 months ago

chris-bc commented 9 months ago

Issue #16 delivered the ability to save and load Gravity data information to/from Flipper. Extend this functionality to support any number of custom-named filenames.

  1. Save
    • Text Input is displayed allowing user to specify filename
    • File extension (.gravity) is automatically appended, and shown on screen
    • Filename initialises with current filename if save or load has previously been run
    • If specified file already exists user is prompted to overwrite
    • If yes, file is truncated and data is saved
  2. Load
    • List of all data files is displayed
    • Selected data file is loaded