Strip non-MACRAW enums, unused macros, and set_socket_dest_mac
This commit is contained in:
@@ -29,8 +29,6 @@ static ResponseTest test_discovery() {
|
||||
ResponseTest resp;
|
||||
resp.pass = true;
|
||||
|
||||
w6300::set_socket_dest_mac(test_socket, picomap_discovery_mac);
|
||||
|
||||
auto req = encode_request(0, RequestInfo{});
|
||||
auto send_result = w6300::send(test_socket, std::span<const uint8_t>{req});
|
||||
if (!send_result) {
|
||||
|
||||
Reference in New Issue
Block a user