From e77a1d14d352ddf946668eb6465246dcf834cdfa Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Sat, 15 May 2021 11:58:07 +0200 Subject: [PATCH] Update config.yaml template --- .gitignore | 1 + test/config.yaml | 2 +- test/config_template.yaml | 12 ++++++++++++ 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 test/config_template.yaml diff --git a/.gitignore b/.gitignore index a8cd17da..3c2f15da 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ include/user_config_override.h src/user_config_override.h user_config_override.h platformio_override.ini +test/config.yaml user_setups/active/* build_output/* build_output/firmware/*.bin diff --git a/test/config.yaml b/test/config.yaml index 8e75a5fc..5a232814 100644 --- a/test/config.yaml +++ b/test/config.yaml @@ -8,4 +8,4 @@ variables: username: hasp password: hasp port: 1883 - plate: plate35 + plate: plate01 diff --git a/test/config_template.yaml b/test/config_template.yaml new file mode 100644 index 00000000..fd0dfab2 --- /dev/null +++ b/test/config_template.yaml @@ -0,0 +1,12 @@ +# Copy and rename this file to config.yaml +# Enter the connection details for the mqtt test server +--- +name: Common test information +description: Connection information for MQTT Client + +variables: + host: + port: 1883 + username: + password: + plate: