From 1150cca72096f98e366fa6fdb44a1f436f56fe34 Mon Sep 17 00:00:00 2001 From: Rohit Grover Date: Mon, 1 Dec 2014 14:25:53 +0000 Subject: [PATCH] oops caught a typo. --- services/URIBeaconConfigService.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/URIBeaconConfigService.h b/services/URIBeaconConfigService.h index 05d1b75..01dff98 100644 --- a/services/URIBeaconConfigService.h +++ b/services/URIBeaconConfigService.h @@ -91,7 +91,7 @@ public: } strcpy(reinterpret_cast(uriData), uriDataIn); - if (powerModeIn != NULL) { + if (powerLevelsIn != NULL) { memcpy(powerLevels, powerLevelsIn, sizeof(powerLevels)); updateTxPowerLevelsCharacteristic(); }