summaryrefslogtreecommitdiff
path: root/firmware/export/config/ibassodx50.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/ibassodx50.h')
-rw-r--r--firmware/export/config/ibassodx50.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/firmware/export/config/ibassodx50.h b/firmware/export/config/ibassodx50.h
index 6bebf5a278..bb4b2809e5 100644
--- a/firmware/export/config/ibassodx50.h
+++ b/firmware/export/config/ibassodx50.h
@@ -140,9 +140,14 @@
140/* Define this if a programmable hotkey is mapped */ 140/* Define this if a programmable hotkey is mapped */
141#define HAVE_HOTKEY 141#define HAVE_HOTKEY
142 142
143/* No special storage */ 143/* Supports internal and microSD storage */
144#define CONFIG_STORAGE STORAGE_HOSTFS 144#define CONFIG_STORAGE (STORAGE_HOSTFS|STORAGE_SD)
145#define HOSTFS_VOL_DEC "Internal"
145#define HAVE_STORAGE_FLUSH 146#define HAVE_STORAGE_FLUSH
147#define HAVE_MULTIDRIVE /* But _not_ CONFIG_STORAGE_MULTI */
148#define NUM_DRIVES 2
149#define HAVE_HOTSWAP
150#define MULTIDRIVE_DIR "/mnt/external_sd"
146 151
147/* More common stuff */ 152/* More common stuff */
148#define BATTERY_DEV_NAME "battery" 153#define BATTERY_DEV_NAME "battery"