mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-03-12 06:28:27 +00:00
Update smart_ble.c
This commit is contained in:
parent
a4c7576d01
commit
33249f3095
@ -88,7 +88,7 @@ void sc_ble_battary(uint8_t batt_level) {
|
||||
uart_write(batt_level);
|
||||
}
|
||||
|
||||
void WIRELESS_START(uint32_t mode)
|
||||
void wireless_start(uint32_t mode)
|
||||
{
|
||||
uint8_t ble_command[24];
|
||||
smart_ble_startup();
|
||||
@ -107,11 +107,11 @@ void WIRELESS_START(uint32_t mode)
|
||||
uart_transmit(ble_command,sizeof(ble_command));
|
||||
}
|
||||
|
||||
void WIRELESS_STOP(void)
|
||||
void wireless_stop(void)
|
||||
{
|
||||
smart_ble_disconnect();
|
||||
uart_write(0x55);
|
||||
uart_write(0x02);
|
||||
uart_write(0x00);
|
||||
uart_write(0x00);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user