Removed needless spaces

pull/1089/head
jeffyactive 2021-12-10 14:59:26 -05:00
parent 04af6b9a88
commit fe78e5045b
1 changed files with 3 additions and 3 deletions

View File

@ -7,9 +7,9 @@
// Non-user-configurable constants
const APP_ID = 'sensible';
const ESPRUINO_COMPANY_CODE = 0x0590;
const APP_ADVERTISING_DATA = [ 0x16, 0xff, 0x90, 0x05, 0x7b, 0x22, 0x6e, 0x61,
0x6d, 0x65, 0x22, 0x3a, 0x22, 0x73, 0x65, 0x6e,
0x73, 0x69, 0x62, 0x6c, 0x65, 0x22, 0x7d ];
const APP_ADVERTISING_DATA = [ 0x16, 0xff, 0x90, 0x05, 0x7b, 0x6e, 0x61, 0x6d,
0x65, 0x3a, 0x73, 0x65, 0x6e, 0x73, 0x69, 0x62,
0x6c, 0x65, 0x7d ];
// Global variables