From c703e1c2c41384360d76a061df75ead205f766e8 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Tue, 16 Jul 2019 16:14:55 +0100 Subject: [PATCH] typo --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build b/build index 95cb3f3..e359820 100755 --- a/build +++ b/build @@ -90,7 +90,7 @@ task_setup() { comment_toggle "${config_file_name}" "#define DISABLE_PING"; comment_toggle "${config_file_name}" "#define DISABLE_BEACONS"; # Disable other misc. stuff we're not likely to use - comment_toggle "${config_file_name}" "#define DISABLE_MCMD_DCAP_REQ"; # Duty cycle cap - won't work anyway 'cause we're shutting down in between + comment_toggle "${config_file_name}" "#define DISABLE_MCMD_DCAP_REQ"; # Duty cycle cap - won't work anyway 'cause we're shutting down in between comment_toggle "${config_file_name}" "#define DISABLE_MCMD_DN2P_SET"; # Receiving stuff # echo "#define DISABLE_JOIN" >>"${config_file_name}";