From c708b413ddec4be4f96e4d61740af22f4acb2ae1 Mon Sep 17 00:00:00 2001 From: mdelain Date: Tue, 23 Jun 2020 09:18:26 +0200 Subject: [PATCH] Delete arduino_secrets.h --- arduino_secrets.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 arduino_secrets.h diff --git a/arduino_secrets.h b/arduino_secrets.h deleted file mode 100644 index 2f7a850..0000000 --- a/arduino_secrets.h +++ /dev/null @@ -1,12 +0,0 @@ - // Cellular connection cerdentials -const char SECRET_PINNUMBER[] = ""; // unless PIN is deactivated, specify your SIM card PIN number -const char SECRET_APN[] = ""; // specify the APN name (if needed) -const char SECRET_APN_USER[] = ""; // specify the username for your APN (if needed) -const char SECRET_APN_PASS[] = ""; // specify the password for your APN (if needed) - - - // Live Objects credential: paste below your API key (see Configuration > API keys on the portal). - // You API key must have at least the predefined 'MQTT Device' rights profile - // (alternatively: 'Device Access' read + write rights if need to customise the rights). - // Please note that you *must* use a TLS connection (MQTTS) if you grant more rights to the API key. -const char SECRET_LIVEOBJECTS_API_KEY[] = "...";