Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
obastemur committed Jul 16, 2018
1 parent c1d1312 commit 9760678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AZ3166/src/telemetry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ void TelemetryController::loop() {

// SEND EVENT example
// build the event payload
const char * eventString = "{\"ButtonBPressed\": \"occured\"}";
const char * eventString = "{\"ButtonBPressed\": \"occurred\"}";
if (iothubClient->sendTelemetry(eventString)) {
LOG_VERBOSE("Event successfully sent");
StatsController::incrementReportedCount();
Expand Down

0 comments on commit 9760678

Please sign in to comment.