Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
atc1441 authored Sep 5, 2020
1 parent 88bde20 commit 73716b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ATC_Thermometer/ble.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RAM my_fifo_t blt_txfifo = { 40, 16, 0, 0, blt_txfifo_b,};
RAM uint8_t tbl_scanRsp [] = {11, 0x09, 'A', 'T', 'C', '_', '0', '0', '0', '0', '0', '0'};

RAM uint8_t advertising_data_Mi[] = {
/*Description*/28, 0x16, 0x95, 0xfe,
/*Description*/25, 0x16, 0x95, 0xfe,
/*Start*/0x50, 0x00,
/*Device id*/0xAB, 0xBE,
/*counter*/0x00,
Expand Down

0 comments on commit 73716b9

Please sign in to comment.