From 280322073a1d25491b4735e4e73a9e575415e402 Mon Sep 17 00:00:00 2001 From: Arne van Iterson Date: Sun, 16 Feb 2020 12:01:36 +0100 Subject: [PATCH] First Commit --- M5_ARNweb.ino | 1 - README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/M5_ARNweb.ino b/M5_ARNweb.ino index 813bbe1..99f1e23 100644 --- a/M5_ARNweb.ino +++ b/M5_ARNweb.ino @@ -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 diff --git a/README.md b/README.md index d3c0d88..5ceef1a 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +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. \ No newline at end of file