Skip to content

Commit

Permalink
dfu characteristic enabled(CM-17)
Browse files Browse the repository at this point in the history
  • Loading branch information
wowa committed Aug 20, 2019
1 parent 5720e8d commit 7e96ead
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
},
"bluetooth": {
"enabled": 1,
"pairing_mode": 0,
"pairing_mode": 1,
"private_addressing": 0,
"open": 0,
"security_level": "SECURITY_MODE_ENCRYPTION_OPEN_LINK",
"whitelist": 0,
"advertising_timeout": 0,
"tx_power": 7,
"dfu_service": 0,
"dfu_service": 1,
"event_service": 0,
"device_info_service": 0
},
Expand All @@ -33,7 +33,7 @@
"display_scroll_stride": -1,
"display_print_speed": 400,
"panic_on_heap_full": 0,
"stack_size": 1532,
"stack_size": 1428,
"sram_base": "0x20000008",
"sram_end": "0x20004000",
"sd_limit": "0x20002000"
Expand Down
2 changes: 1 addition & 1 deletion defines.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"__STACK_SIZE": 1532,
"__STACK_SIZE": 1428,
"__HEAP_SIZE": 4572,
"DEBUG_ISR_STACK_USAGE": 0
}

0 comments on commit 7e96ead

Please sign in to comment.