Fixed discrepancy with bt.c in part7 and part8 - now the same

This commit is contained in:
Adam Greenwood-Byrne 2021-02-15 12:38:15 +00:00
parent 7d36b81242
commit 62ef53bd5b

View file

@ -275,7 +275,7 @@ void setLEadvertparameters(unsigned char type, unsigned char linterval_min, unsi
}
void setLEadvertdata() {
volatile unsigned char command[32] = {
static unsigned char command[32] = {
0x19,
0x02, 0x01, 0x06,
0x03, 0x03, 0xAA, 0xFE,