Skip to content

Commit

Permalink
Give the value a little space
Browse files Browse the repository at this point in the history
  • Loading branch information
s7726 committed May 24, 2020
1 parent c41c0df commit 48b7fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PowerMate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ void Characteristic_ValueChanged(GattCharacteristic const& c, GattValueChangedEv
std::wcout << value_buffer.Length() << "\n";
uint8_t value{ DataReader::FromBuffer(value_buffer).ReadByte() };

std::wcout << GetCharacteristicName(c) << L"Value: " << std::hex << value << "\n";
std::wcout << GetCharacteristicName(c) << L" Value: " << std::hex << value << "\n";
actOnPowerMate(value);
}

Expand Down

0 comments on commit 48b7fa8

Please sign in to comment.