aboutsummaryrefslogtreecommitdiff
path: root/src/Platform.h
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2021-11-19 13:31:14 +0100
committerArisotura <thetotalworm@gmail.com>2021-11-19 13:31:14 +0100
commit1472a0ec4b6d9a9f0eae01926666b84f04f7262d (patch)
tree976341562a81cc304a2635a56bd679d179bd93b1 /src/Platform.h
parent1fc775d964e7397efe4f896f6abaf7baffe8fdc3 (diff)
move 'randomize MAC' setting to firmware settings, and add setting for changing the MAC.
make things overall betterer.
Diffstat (limited to 'src/Platform.h')
-rw-r--r--src/Platform.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Platform.h b/src/Platform.h
index 5d127e6..bbdc245 100644
--- a/src/Platform.h
+++ b/src/Platform.h
@@ -69,7 +69,6 @@ enum ConfigEntry
DSiSD_FolderSync,
DSiSD_FolderPath,
- Firm_RandomizeMAC,
Firm_OverrideSettings,
Firm_Username,
Firm_Language,
@@ -77,6 +76,8 @@ enum ConfigEntry
Firm_BirthdayDay,
Firm_Color,
Firm_Message,
+ Firm_MAC,
+ Firm_RandomizeMAC,
AudioBitrate,
};
@@ -84,6 +85,7 @@ enum ConfigEntry
int GetConfigInt(ConfigEntry entry);
bool GetConfigBool(ConfigEntry entry);
std::string GetConfigString(ConfigEntry entry);
+bool GetConfigArray(ConfigEntry entry, void* data);
// fopen() wrappers
// * OpenFile():