Skip to content

Commit 18acfdb

Browse files
committed
Spelling correction and some formatting fixes
1 parent 10fee58 commit 18acfdb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

TroubleshootingGuide.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Based on common issues reported by users:
22

33
## Configuration Changes Not Taking Effect:
4-
Symptom: Updated configurations (e.g., buttin coutn, button mappings, device name, HID settings) are not reflected when reconnecting to the host device.
4+
Symptom: Updated configurations (e.g., button count, button mappings, device name, HID settings) are not reflected when reconnecting to the host device.
55
Cause: Many host operating systems cache Bluetooth device characteristics (e.g., device name, button configurations, and HID descriptors) for faster reconnections. When the ESP32 configuration changes, the cached data may no longer match the updated settings, leading to inconsistencies.
66
Solution:
7-
- If you modify the BLE Gamepad configuration, such as device name, device features, button count or button assignments, you must remove the previously paired connection from the host device (PC, mobile, or console).
7+
- If you modify the BLE Gamepad configuration, such as device name, device features, button count or button assignments, you must remove the previously paired connection from the host device (PC, mobile, or console).
88
- Go to the host's Bluetooth settings, locate the ESP32 device, and select "Remove," "Delete," "Unpair," or "Forget."
99
- Restart both the ESP32 and the host device, then re-pair them to ensure the updated configuration is applied.
1010

@@ -36,7 +36,7 @@ Solution:
3636
Symptom: The ESP32 takes a long time to connect or fails to connect intermittently.
3737
Solution:
3838
- Ensure that the ESP32 is in close proximity to the host device to avoid signal interference.
39-
Check for any power supply issues; unstable power can affect Bluetooth performance.
39+
- Check for any power supply issues; unstable power can affect Bluetooth performance.
4040
- Update the ESP32 firmware and the BLE-Gamepad library to the latest versions, as updates often include connectivity improvements.
4141

4242
## High Latency or Unresponsive Controls:
@@ -52,4 +52,3 @@ Solution:
5252
- Consult the ESP32 pinout to ensure that the selected pins support the desired functions.
5353
- Avoid using pins that are reserved or have dual functions that might interfere with input readings.
5454
- Test the pins independently to confirm their functionality before integrating them into the gamepad setup.
55-

0 commit comments

Comments
 (0)