Flipper Zero calendar application
August 19, 2023 ยท View on GitHub
- Flipper Zero Official Website. A simple way to explain to your friends what Flipper Zero can do.
- Flipper Zero Firmware Update. Improvements for your dolphin: latest firmware releases, upgrade tools for PC and mobile devices.
- User Documentation. Learn more about your dolphin: specs, usage guides, and anything you want to ask.
How to set up and build the application
Make sure you have enough space on SD card and clone the source code inside applications_user folder:
git clone https://github.com/Adiras/flipperzero-calendar.git
- To launch app on Flipper, run
./fbt launch APPSRC=applications_user\flipperzero-calendar - To build app without uploading it to Flipper, use
./fbt build APPSRC=applications_user\flipperzero-calendar
Versioning
This project use CalVer for versioning. For the versions available, see the releases on this repository.