diff --git a/userPrefs.h b/userPrefs.h index 24331d4136..a0e82f1995 100644 --- a/userPrefs.h +++ b/userPrefs.h @@ -28,13 +28,13 @@ // #define USERPREFS_CHANNEL_0_PRECISION 14 // #define USERPREFS_CHANNEL_0_UPLINK_ENABLED true // #define USERPREFS_CHANNEL_0_DOWNLINK_ENABLED true - +/* #define USERPREFS_CHANNEL_1_PSK \ { \ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 \ } - +*/ // #define USERPREFS_CHANNEL_1_NAME "REPLACEME" // #define USERPREFS_CHANNEL_1_PRECISION 14 // #define USERPREFS_CHANNEL_1_UPLINK_ENABLED true @@ -69,13 +69,19 @@ static unsigned char icon_bits[] = { 0x00, 0x00, 0x1C, 0x00, 0x70, 0x00, 0x00, 0x1C, 0x00, 0x70, 0x00, 0x00, 0x1C, 0x00, 0x70, 0x00, 0x00, 0x1C, 0x00}; */ +/* + * PKI Admin keys. + * If a Admin key is set with 'static unsigned char USERPREFS_ADMIN_KEY_1[] = {};' then it will be ignored + * a PKI key must have a size of 32. + */ +/* #define USERPREFS_USE_ADMIN_KEY 1 static unsigned char USERPREFS_ADMIN_KEY_0[] = {0xcd, 0xc0, 0xb4, 0x3c, 0x53, 0x24, 0xdf, 0x13, 0xca, 0x5a, 0xa6, 0x0c, 0x0d, 0xec, 0x85, 0x5a, 0x4c, 0xf6, 0x1a, 0x96, 0x04, 0x1a, 0x3e, 0xfc, 0xbb, 0x8e, 0x33, 0x71, 0xe5, 0xfc, 0xff, 0x3c}; static unsigned char USERPREFS_ADMIN_KEY_1[] = {}; static unsigned char USERPREFS_ADMIN_KEY_2[] = {}; - +*/ /* * USERPREF_FIXED_GPS_LAT and USERPREF_FIXED_GPS_LON must be set, USERPREF_FIXED_GPS_ALT is optional