mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
Add endpoint to read firmware capabilities #1218
This commit is contained in:
@@ -323,12 +323,8 @@ security_settings = {
|
||||
]
|
||||
};
|
||||
const features = {
|
||||
project: true,
|
||||
security: true,
|
||||
mqtt: true,
|
||||
ntp: true,
|
||||
ota: true,
|
||||
upload_firmware: true
|
||||
version: 'v3.6.0-demo',
|
||||
platform: 'ESP32-S3'
|
||||
};
|
||||
const verify_authentication = { access_token: '1234' };
|
||||
const signin = {
|
||||
|
||||
Reference in New Issue
Block a user