update repo and remove factory reset
This commit is contained in:
parent
7c633af9db
commit
5dd4d51b21
2 changed files with 3 additions and 2 deletions
|
|
@ -160,7 +160,7 @@ void touchTask(void* parameter) {
|
|||
|
||||
|
||||
void setupDeviceMetadata() {
|
||||
factoryResetDevice();
|
||||
// factoryResetDevice();
|
||||
deviceState = IDLE;
|
||||
|
||||
getAuthTokenFromNVS();
|
||||
|
|
|
|||
3
server-deno/.gitignore
vendored
3
server-deno/.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
node_modules
|
||||
.env
|
||||
.env.local
|
||||
.env.local
|
||||
debug_audio_*
|
||||
Loading…
Reference in a new issue