mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Created release with sedu device
Former-commit-id: c541a2d8f04572c7cf493a112ebb283e561afd99
This commit is contained in:
parent
58b8bbe8cc
commit
212ce35861
707
dependencies/build/serial/src/impl/unix.cc
vendored
707
dependencies/build/serial/src/impl/unix.cc
vendored
File diff suppressed because it is too large
Load Diff
@ -1 +1 @@
|
||||
632c368d0a5ce42aff067c6ba5f63dbe108dddc9
|
||||
477dd3a5e1eae900ac9e02c6bdcfef3e2c3b6ca9
|
@ -48,6 +48,10 @@ int LedRs232Device::writeBytes(const unsigned size, const uint8_t * data)
|
||||
return -1;
|
||||
}
|
||||
|
||||
//for (int i = 0; i < 20; ++i)
|
||||
// std::cout << std::hex << (int)data[i] << " ";
|
||||
//std::cout << std::endl;
|
||||
|
||||
try
|
||||
{
|
||||
_rs232Port.write(data, size);
|
||||
|
Loading…
Reference in New Issue
Block a user