feat(IOT): LibAPI #21

Merged
Clement merged 12 commits from feat/LibAPI into master 2023-04-03 14:55:14 +00:00
3 changed files with 15 additions and 2 deletions
Showing only changes of commit 4bde578c35 - Show all commits

6
IOT/README.md Normal file
View File

@ -0,0 +1,6 @@
#IOT:
## setup :
rename `secrets.ini.example` to `secrets.ini`

View File

@ -14,6 +14,7 @@ build_flags =
-D MONITOR_SPEED=${config.monitor_speed} -D MONITOR_SPEED=${config.monitor_speed}
; DO NOT TOUCH --- END ; DO NOT TOUCH --- END
-D API_HOST=\"iot.epi.cb85.software\"
-D EXAMPLE_NUMBER=69 -D EXAMPLE_NUMBER=69
-D EXAMPLE_STRING=\"Pouet\"

View File

@ -4,3 +4,9 @@
[secrets] [secrets]
build_flags = build_flags =
-D WIFI_SSID=\"...\"
-D WIFI_PASSWORD=\"...\"4
-D USER_NAME=\"...\"
-D USER_PASSWORD=\"...\"