Skip to content

Commit 00f44a2

Browse files
committed
WiFi: Fix comment
1 parent ecffba2 commit 00f44a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Everywhere/WiFi.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ void wifiPromiscuousRxHandler(void *buf, wifi_promiscuous_pkt_type_t type)
648648
{
649649
const wifi_promiscuous_pkt_t *ppkt; // Defined in esp_wifi_types_native.h
650650

651-
// All espnow traffic uses action frames which are a subtype of the
651+
// All espNow traffic uses action frames which are a subtype of the
652652
// mgmnt frames so filter out everything else.
653653
if (type != WIFI_PKT_MGMT)
654654
return;

0 commit comments

Comments
 (0)