Skip to content

Commit f115afa

Browse files
authored
Update and rename TapToEsp32.hpp to ZaparooEsp32.hpp
1 parent 8667307 commit f115afa

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

TapToEsp32.hpp renamed to ZaparooEsp32.hpp

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
1-
#ifndef TAP_TO_ESP32_H
2-
#define TAP_TO_ESP32_H
1+
#ifndef ZAPAROO_ESP32_H
2+
#define ZAPAROO_ESP32_H
33

44
//Reguired Configuration-------------------------------------------------
55

66
//The SS/SDA and Reset pins of the MFRC522
7+
//12 and 27 are super gb
78
#define SS_PIN 5
8-
#define RST_PIN 16
9+
#define RST_PIN 26
10+
//#define SS_PIN 12
11+
//#define RST_PIN 27
912

10-
//Wifi and mister information
13+
//Wifi and zaparoo information
1114
const char* ssid = "NetworkName";
1215
const char* password = "Password";
13-
const String tapToUrl = "ws://mister.local:7497";
16+
const String zaparooUrl = "ws://mister.local:7497";
1417

1518
//Uncomment if serial only, wifi credentials will not be used
1619
//#define SERIAL_ONLY

0 commit comments

Comments
 (0)