Skip to content

Commit

Permalink
Merge branch 'arduino-api-v3-fix' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
AJIOB committed Sep 4, 2017
2 parents 784975b + e950271 commit f4b8461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/Arduino/peripheral/ConnectionController.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class ConnectionController
static const char disconnectCommand[];
static const char refreshCommand[];
static const StartCommands lowestAPI = startBasicAPI;
static const StartCommands highestAPI = APIWithAnswer;
static const StartCommands highestAPI = APIWithAutoDiconnect;

bool isConnected = false;
StartCommands connectedAPIversion;
Expand Down

0 comments on commit f4b8461

Please sign in to comment.