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