sending mesh_proto_t with undefined value

A_S_S_G
Posts: 5
Joined: Sun Jun 02, 2024 12:33 pm

sending mesh_proto_t with undefined value

Postby A_S_S_G » Mon Aug 12, 2024 9:29 am

does the esp idf cares about the protocol chosen in mesh_proto_t?
can I pass a value that is not defined in mesh_proto_t?
e.g.:

Code: Select all

mesh_data_t data{
                .data = //bytes array
                .size = //size of data array
                .proto = 7,
                .tos = mesh_tos_t::MESH_TOS_P2P
            };

Who is online

Users browsing this forum: No registered users and 274 guests