This commit is contained in:
Nic Limper
2024-02-02 16:36:27 +01:00
parent 107c85e3cf
commit 472f148b0c

View File

@@ -180,7 +180,8 @@ void drawNew(const uint8_t mac[8], tagRecord *&taginfo) {
char hexmac[17];
mac2hex(mac, hexmac);
String filename = "/temp/" + String(hexmac) + ".raw";
#ifdef YELLOW_IPS_AP if (isAp) {
#ifdef YELLOW_IPS_AP
if (isAp) {
filename = "direct";
}
#endif