update factory info file

This commit is contained in:
Vector Von 2022-07-02 13:38:24 +08:00
parent e55fb286c3
commit 80fe04ed02
3 changed files with 3 additions and 2 deletions

2
include/.gitignore vendored
View File

@ -1 +1 @@
factory_info.h
FactoryInfo.h

View File

@ -0,0 +1 @@
#define DEVICE_SN "V0000T0000"

View File

@ -2,7 +2,7 @@
#include "StatusLed.h"
#include "UserData.h"
#include "FuncButton.h"
#include "factory_info.h"
#include "FactoryInfo.h"
extern StatusLed* statusLed;
extern UserData* userdataManager;