mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
formatting
This commit is contained in:
@@ -157,7 +157,7 @@ switch (version_test as number) {
|
||||
// set the version
|
||||
system_status.emsesp_version = THIS_VERSION;
|
||||
|
||||
const emulate_esp = "ESP32S3";
|
||||
const emulate_esp = 'ESP32S3';
|
||||
// const emulate_esp = 'ESP32';
|
||||
|
||||
switch (emulate_esp as string) {
|
||||
@@ -4507,7 +4507,7 @@ router
|
||||
|
||||
let fake = false;
|
||||
|
||||
// fake = true; // for testing, shows a subset of data
|
||||
fake = true; // for testing, shows a subset of data
|
||||
|
||||
if (!fake) {
|
||||
// pick EMS devices from coredata
|
||||
|
||||
Reference in New Issue
Block a user