mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 13:06:23 +01:00
typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user