Browse code

claysettings definition fix

Louis authored on18/11/2021 12:28:55
Showing1 changed files
... ...
@@ -6,9 +6,9 @@
6 6
 
7 7
 // Define our settings struct
8 8
 typedef struct ClaySettings {
9
-  char s_username[40];
10
-  char s_password[40];
11
-  char s_server[100];
9
+  char username[40];
10
+  char password[40];
11
+  char server[100];
12 12
 } __attribute__((__packed__)) ClaySettings;
13 13
 
14 14
 //Define our Appkey enums