Enhance version check to differentiate between ESP32 and ESP32-S3 bin versions #1240

This commit is contained in:
proddy
2023-08-04 16:42:37 +02:00
parent 0cc14215e6
commit 9b92bfa81c
10 changed files with 174 additions and 993 deletions

View File

@@ -324,6 +324,7 @@ security_settings = {
};
const features = {
version: 'v3.6.0-demo',
// platform: 'ESP32'
platform: 'ESP32-S3'
};
const verify_authentication = { access_token: '1234' };