Allow save and load Weather data.

This commit is contained in:
HTotoo
2023-09-21 11:32:00 +02:00
parent 31b01c8110
commit 3c24971952
18 changed files with 33 additions and 18 deletions

View File

@@ -22,7 +22,7 @@ extern "C" {
#define WS_NO_TEMPERATURE -273.0f
#define WS_KEY_FILE_VERSION 1
#define WS_KEY_FILE_TYPE "Flipper Weather Station Key File"
#define WS_KEY_FILE_TYPE "Flipper SubGhz Key File"
typedef struct WSBlockGeneric WSBlockGeneric;