We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User is connecting to WinCE tablet that seems to be using an older BT stack. Luckily, the SparkFun BT dongle has the same behavior when connecting to a BT device.
We can make a pin available for older connections and no pin required for newer BT connections:
esp_bt_io_cap_t iocap = ESP_BT_IO_CAP_NONE; //Requires pin 1234 on old BT dongle, No prompt on new BT dongle
The text was updated successfully, but these errors were encountered:
Here are binaries to try out:
See this tutorial for info on how to load new firmware onto the RTK Surveyor.
Sorry, something went wrong.
Fixed in v1.2.
No branches or pull requests
User is connecting to WinCE tablet that seems to be using an older BT stack. Luckily, the SparkFun BT dongle has the same behavior when connecting to a BT device.
We can make a pin available for older connections and no pin required for newer BT connections:
The text was updated successfully, but these errors were encountered: