player: set signal strength to max

This commit is contained in:
schneider 2011-12-27 13:02:45 +01:00
parent 6bdab57058
commit 57d7f7dd51
2 changed files with 2 additions and 0 deletions

View File

@ -137,4 +137,5 @@ o_set_shader
o_identity
o_transform
getrelease
nrf_set_strength
#Add stuff here

View File

@ -116,6 +116,7 @@ void ram(void)
config.channel = ANNOUNCE_CHANNEL;
memcpy(config.mac0, ANNOUNCE_MAC, 5);
nrf_config_set(&config);
nrf_set_strength(3);
id = getRandom();
ctr = 1;