formatting

This commit is contained in:
proddy
2025-01-16 21:54:54 +01:00
parent 77eb2c747b
commit e3d260429c

View File

@@ -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