We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abd45ff commit be81ffbCopy full SHA for be81ffb
Receiver/secrets.h
@@ -1,5 +1,8 @@
1
// File for data which should not be published to the public
2
3
+// Device name
4
+#define HOSTNAME "yourdata"
5
+
6
// OTA password
7
#define OTAPASSWORD "yourdata"
8
0 commit comments