First Commit
This commit is contained in:
parent
a3dcb139db
commit
280322073a
@ -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
|
||||
|
@ -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.
|
Loading…
Reference in New Issue
Block a user