From 4bde578c3596a3a1f302c2e4afc279ca45a0c929 Mon Sep 17 00:00:00 2001 From: Clement Date: Mon, 3 Apr 2023 16:30:44 +0200 Subject: [PATCH] update config --- IOT/README.md | 6 ++++++ IOT/config.ini | 3 ++- IOT/secrets.ini.example | 8 +++++++- 3 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 IOT/README.md diff --git a/IOT/README.md b/IOT/README.md new file mode 100644 index 0000000..8942b26 --- /dev/null +++ b/IOT/README.md @@ -0,0 +1,6 @@ +#IOT: + + +## setup : + +rename `secrets.ini.example` to `secrets.ini` \ No newline at end of file diff --git a/IOT/config.ini b/IOT/config.ini index 3ffeff4..11acf53 100644 --- a/IOT/config.ini +++ b/IOT/config.ini @@ -14,6 +14,7 @@ build_flags = -D MONITOR_SPEED=${config.monitor_speed} ; DO NOT TOUCH --- END + -D API_HOST=\"iot.epi.cb85.software\" + -D EXAMPLE_NUMBER=69 - -D EXAMPLE_STRING=\"Pouet\" \ No newline at end of file diff --git a/IOT/secrets.ini.example b/IOT/secrets.ini.example index a3afda8..b517f84 100644 --- a/IOT/secrets.ini.example +++ b/IOT/secrets.ini.example @@ -3,4 +3,10 @@ ; To be able to reproduce it [secrets] -build_flags = \ No newline at end of file +build_flags = + + -D WIFI_SSID=\"...\" + -D WIFI_PASSWORD=\"...\"4 + + -D USER_NAME=\"...\" + -D USER_PASSWORD=\"...\" \ No newline at end of file