Added menu disconnect troubleshooting
This commit is contained in:
parent
c8986fd2dd
commit
6e09e05329
1 changed files with 5 additions and 1 deletions
|
|
@ -291,7 +291,7 @@ controller_index = nx.create_controller(
|
|||
reconnect_address=nx.get_switch_addresses())
|
||||
```
|
||||
|
||||
**Stopping or Clearning Macros**
|
||||
**Stopping or Clearing Macros**
|
||||
```python
|
||||
# Stops/deletes a single macro from a specified controller
|
||||
nx.stop_macro(controller_index, macro_id)
|
||||
|
|
@ -305,6 +305,10 @@ nx.clear_all_macros()
|
|||
|
||||
## Troubleshooting
|
||||
|
||||
### My controller disconnects after exiting the "Change Grip/Order" Menu
|
||||
|
||||
This can occasionally occur due to timing sensitivites when transitioning off of the "Change Grip/Order" menu. To avoid disconnections when exiting this menu, please only press A (or B) a single time and wait until the menu has fully exited. If a disconnect still occurs, you should be able to reconnect your controller and use NXBT as normal.
|
||||
|
||||
### "No Available Adapters"
|
||||
|
||||
This means that NXBT wasn't able to find a suitable Bluetooth adapter to use for Nintendo Switch controller emulation. Only one controller can be emulated per adapter on the system, so if you've got one Bluetooth adapter available, you'll only be able to emulate one Nintendo Switch controller. The general causes (and solutions) to the above error follows:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue