mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-20 09:43:23 +00:00
b9397693a2
opensource != selling plugin builds / do you agree? If you don't agree - and you think I did a bad thing here by allowing users to select fonts without payment, let me know Why I did that? - cuz I'm not making private "donation only" builds myself, while having no main job, and living only on donations, so I don't like stuff like that in opensource projects You should support author if you like this plugin here: https://github.com/akopachov/flipper-zero_authenticator
14 lines
475 B
C
14 lines
475 B
C
// Include Bluetooth token input automation
|
|
#define TOTP_BADBT_TYPE_ENABLED
|
|
|
|
// Include token input automation icons on the main screen
|
|
#define TOTP_AUTOMATION_ICONS_ENABLED
|
|
|
|
// List of compatible firmwares
|
|
#define TOTP_FIRMWARE_OFFICIAL_STABLE 1
|
|
#define TOTP_FIRMWARE_OFFICIAL_DEV 2
|
|
#define TOTP_FIRMWARE_UL_XFW 3 // XFW and UL now has same bluetooth mac/advname changing API
|
|
// End of list
|
|
|
|
// Target firmware to build for
|
|
#define TOTP_TARGET_FIRMWARE TOTP_FIRMWARE_UL_XFW
|