store custom files for testing

This commit is contained in:
Proddy
2024-01-21 21:48:36 +01:00
parent 18d329f3ee
commit 27d0ba0526
5 changed files with 221 additions and 0 deletions

6
test/README.txt Normal file
View File

@@ -0,0 +1,6 @@
This folder contains the default data used when testing in standalone mode.
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`