We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9cd70b commit c9809a8Copy full SHA for c9809a8
Packet_Potato/string_utils.cpp
@@ -80,5 +80,8 @@ byte getFrameType(wifi_promiscuous_pkt_type_t type)
80
81
case WIFI_PKT_DATA:
82
return 2;
83
+
84
+ default:
85
+ return 0;
86
}
87
0 commit comments