player: set signal strength to max
This commit is contained in:
parent
6bdab57058
commit
57d7f7dd51
|
@ -137,4 +137,5 @@ o_set_shader
|
||||||
o_identity
|
o_identity
|
||||||
o_transform
|
o_transform
|
||||||
getrelease
|
getrelease
|
||||||
|
nrf_set_strength
|
||||||
#Add stuff here
|
#Add stuff here
|
||||||
|
|
|
@ -116,6 +116,7 @@ void ram(void)
|
||||||
config.channel = ANNOUNCE_CHANNEL;
|
config.channel = ANNOUNCE_CHANNEL;
|
||||||
memcpy(config.mac0, ANNOUNCE_MAC, 5);
|
memcpy(config.mac0, ANNOUNCE_MAC, 5);
|
||||||
nrf_config_set(&config);
|
nrf_config_set(&config);
|
||||||
|
nrf_set_strength(3);
|
||||||
|
|
||||||
id = getRandom();
|
id = getRandom();
|
||||||
ctr = 1;
|
ctr = 1;
|
||||||
|
|
Loading…
Reference in New Issue