7 Commits

Author SHA1 Message Date
lemmingDev
b7bdda754f Updated examples for setAxes argument order 2025-02-07 13:32:31 +09:00
lemmingDev
c48ca5df8f TX power level can now be set
TX power level can now be set either initially using the configuration system eg. bleGamepadConfig.setTXPowerLevel(txPowerLevel);  
Defaults to 9 if not set
Range: -12 to 9 dBm and the only valid values are: -12, -9, -6, -3, 0, 3, 6 and 9

TX power can also be set at any time using bleGamepad.setTXPower(int8_t)

You can also get the current TX power level by using bleGamepad.getTXPower(int8_t)
2025-01-31 16:26:25 +09:00
lemmingDev
d43027a7e6 Update CharacteristicsConfiguration.ino 2025-01-22 10:08:41 +09:00
lemmingDev
c0d180a323 Update CharacteristicsConfiguration.ino
Removed example of how to set a custom MAC address as that functionality seems to have been removed by Espressif
2025-01-22 10:08:22 +09:00
lemmingDev
65c0f7adab Formatting 2025-01-20 07:29:05 +09:00
lemmingDev
4df465ca3b Disable setting MAC address 2025-01-20 07:28:06 +09:00
lemmingDev
884ddba409 Add more configurable BLE characteristics 2022-09-27 09:54:51 +10:00