mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Storage: force mount (#3033)
* Storage: count opened files * Storage: sd mount * Storage: prompt to mount SD card if not mounted * F18: update API * F18: update API version * Fix logger naming scheme * Storage: storage_files_count -> storage_open_files_count Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
* https://github.com/merbanan/rtl_433/blob/master/src/devices/secplus_v2.c
|
||||
*/
|
||||
|
||||
#define TAG "SubGhzProtocoSecPlus_v2"
|
||||
#define TAG "SubGhzProtocoSecPlusV2"
|
||||
|
||||
#define SECPLUS_V2_HEADER 0x3C0000000000
|
||||
#define SECPLUS_V2_HEADER_MASK 0xFFFF3C0000000000
|
||||
|
||||
Reference in New Issue
Block a user