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 ];
void CheckNVSettings()
Definition: webif.cpp:40