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