Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=EmotiBit XPlat Utils
version=1.7.2
version=1.7.3
author=Connected Future Labs
maintainer=Connected Future Labs <[email protected]>
sentence=A Utilities Library required for the successfull operation of EmotiBit FeatherWing and EmotiBit Oscilloscope Library
Expand Down
1 change: 1 addition & 0 deletions src/EmotiBitPacket.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ const char* EmotiBitPacket::TypeTag::MODE_LOW_POWER = "ML\0"; // Stops sendin
const char* EmotiBitPacket::TypeTag::MODE_MAX_LOW_POWER = "MM\0"; // Stops sending data timestamping accuracy drops
const char* EmotiBitPacket::TypeTag::MODE_WIRELESS_OFF = "MO\0"; // Stops sending data timestamping should be accurate
const char* EmotiBitPacket::TypeTag::MODE_HIBERNATE = "MH\0"; // Full shutdown of all operation
const char* EmotiBitPacket::TypeTag::MODE_BLUETOOTH = "MB\0"; // Bluetooth mode
const char* EmotiBitPacket::TypeTag::EMOTIBIT_DISCONNECT = "ED\0";
const char* EmotiBitPacket::TypeTag::SERIAL_DATA_ON = "S+\0";
const char* EmotiBitPacket::TypeTag::SERIAL_DATA_OFF = "S-\0";
Expand Down
1 change: 1 addition & 0 deletions src/EmotiBitPacket.h
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ class EmotiBitPacket {
static const char* MODE_MAX_LOW_POWER;
static const char* MODE_WIRELESS_OFF;
static const char* MODE_HIBERNATE;
static const char* MODE_BLUETOOTH;
static const char* HELLO_EMOTIBIT;
static const char* HELLO_HOST;
//static const char* HELLO_COMPUTER;
Expand Down