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 8667307 commit f115afaCopy full SHA for f115afa
TapToEsp32.hpp renamed to ZaparooEsp32.hpp
@@ -1,16 +1,19 @@
1
-#ifndef TAP_TO_ESP32_H
2
-#define TAP_TO_ESP32_H
+#ifndef ZAPAROO_ESP32_H
+#define ZAPAROO_ESP32_H
3
4
//Reguired Configuration-------------------------------------------------
5
6
//The SS/SDA and Reset pins of the MFRC522
7
+//12 and 27 are super gb
8
#define SS_PIN 5
-#define RST_PIN 16
9
+#define RST_PIN 26
10
+//#define SS_PIN 12
11
+//#define RST_PIN 27
12
-//Wifi and mister information
13
+//Wifi and zaparoo information
14
const char* ssid = "NetworkName";
15
const char* password = "Password";
-const String tapToUrl = "ws://mister.local:7497";
16
+const String zaparooUrl = "ws://mister.local:7497";
17
18
//Uncomment if serial only, wifi credentials will not be used
19
//#define SERIAL_ONLY
0 commit comments