mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
Enhance version check to differentiate between ESP32 and ESP32-S3 bin versions #1240
This commit is contained in:
@@ -324,6 +324,7 @@ security_settings = {
|
||||
};
|
||||
const features = {
|
||||
version: 'v3.6.0-demo',
|
||||
// platform: 'ESP32'
|
||||
platform: 'ESP32-S3'
|
||||
};
|
||||
const verify_authentication = { access_token: '1234' };
|
||||
|
||||
Reference in New Issue
Block a user