mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
add partition text
This commit is contained in:
@@ -4223,7 +4223,7 @@ router
|
||||
return status(200);
|
||||
})
|
||||
.post(RESTART_PARTITION_ENDPOINT, () => {
|
||||
console.log('restarting...');
|
||||
console.log('restarting.from partition...');
|
||||
return status(200);
|
||||
})
|
||||
.post(FACTORY_RESET_ENDPOINT, () => status(200))
|
||||
|
||||
Reference in New Issue
Block a user