First Commit

This commit is contained in:
Arne van Iterson 2020-02-16 12:01:36 +01:00
parent a3dcb139db
commit 280322073a
2 changed files with 1 additions and 2 deletions

View File

@ -67,7 +67,6 @@ const char* ca = \
void setup() {
M5.begin();
/*
Attempt connecting to a network using credentials in /wifi.json.
Will return false if connection fails

View File

@ -1,4 +1,4 @@
# M5_ARNweb
## M5 interface for ARNweb API
If you want to use this for some reason you need to run [ARNweb API](https://gitea.arnweb.nl/arne/arnweb-api) on a server over HTTPS. Then put the url to the ```/system``` subsection on line 98 and your CA certificate in the ```const char* ca``` on line 34.
If you want to use this for some reason you need to run [ARNweb API](https://gitea.arnweb.nl/arne/arnweb-api) on a server over HTTPS. Then put the url to the ```/system``` subsection on line 98 and your CA certificate in the ```const char* ca``` on line 34.