How to configure WiFi modes?
Hi there, thanks for this repo, its great work.
How do I configure each of the WiFi modes, i.e. NaN and Beacon using the defines (below) in the squid_config.h file? I'm not sure what some of defines are for and how they interact with each other.
#define USE_WIFI_NAN 1
#define USE_WIFI_BEACON 0
#define USE_WIFI 0 // set to 0 if any of above enabled
#define USE_BT 1 // ASTM F3411-19 / ASD-STAN 4709-002. .
#define USE_BEACON_FUNC 0
#define USE_NATIVE_WIFI 0
#define SATS_LEVEL_1 4
#define SATS_LEVEL_2 7
#define SATS_LEVEL_3 10
Also if I turn off bluetooth, then the compiler has these errors.
f you look at the squid_network.cpp file, it turns out that RID transmission via the Wifi protocol is not currently implemented at all. I myself would be very interested in the implementation of the transmission using this protocol Interested in instructions for using all protocols
Sorry for the late response .. I have the WiFi code operating however it's subject to crashes.
Let me revisit this soon and see if I can figure it out.