31 #include <basictypes.h> 32 #include "nbfactory.h" 36 #define NB_FACTORY_VERIFY_KEY ( 0x5e545064 ) 37 #define NTP_NAME_LENGTH ( 35 ) 38 #define DEVICE_NAME_LENGTH ( 15 ) 41 struct NV_SettingsStruct
43 char DeviceName[ ( DEVICE_NAME_LENGTH + 1 ) ];
44 char NTPName[ NTP_NAME_LENGTH+ 1 ];
48 uint8_t SshKeyRsaSource;
49 uint16_t SshKeyRsaLength;
50 uint8_t SshKeyDsaSource;
51 uint16_t SshKeyDsaLength;
void CheckNVSettings()
Definition: webif.cpp:40