Skip to content

Commit

Permalink
Fix typo :(
Browse files Browse the repository at this point in the history
  • Loading branch information
bibarrav authored Jul 26, 2021
1 parent afc54ec commit 2d86382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AM43Client.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class AM43Client : public BLEClientCallbacks {
// We're logged in (correct pin)
boolean m_LoggedIn;
// OnDemand command flag
bollean m_CommandQueued;
boolean m_CommandQueued;

// Latest battery level (percent)
unsigned char m_BatteryPercent;
Expand Down

0 comments on commit 2d86382

Please sign in to comment.