Skip to content

Commit

Permalink
Change led mode to off by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ps2 committed May 23, 2018
1 parent 81a091f commit f1dd01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/ble113_rfspy/main.bgs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ event system_boot(major,minor,patch,build,ll_version,protocol,hw)
name_len=0
response_count=0
in_spi=0
led_mode=1
led_mode=0

call flash_ps_load($8000)(result, name_len, name(0:name_len))
if result != 0 then
Expand Down

0 comments on commit f1dd01c

Please sign in to comment.