Files
EMS-ESP32/test
2024-03-30 18:57:20 +01:00
..
2024-03-23 19:24:06 +01:00
2024-02-04 14:51:10 +01:00

This folder contains the default data used when testing in standalone mode, purely for reference purposes.

It is used for simulation and testing and can be invoked by compiling with -DEMSESP_TEST and from the Console using the command `test general` or via an API call like http://ems-esp.local/api?device=system&cmd=test&data=general

To run in standalone mode without an ESP32 microcontroller use `make run` or `pio run -e standalone -t exec`