mirror of https://github.com/EspoTek/Labrador.git
New Changes build on Linux/Rpi
This commit is contained in:
parent
f65c8aa5a0
commit
afa1419480
|
@ -32,3 +32,5 @@ Desktop_Interface/debug/Labrador.vc.pdb
|
|||
Desktop_Interface/debug/Labrador_resource.res
|
||||
Desktop_Interface/debug/qrc_resources.cpp
|
||||
!Desktop_Interface/bin/firmware/dfu-programmer.exe
|
||||
*.o
|
||||
Desktop_Interface/bin/Labrador
|
||||
|
|
|
@ -9,7 +9,7 @@ class uartStyleDecoder : public QObject
|
|||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit uartStyleDecoder(QObject *parent_in = nullptr);
|
||||
explicit uartStyleDecoder(QObject *parent_in = NULL);
|
||||
void serialDecode(double baudRate);
|
||||
int serialDistance();
|
||||
QTimer *updateTimer;
|
||||
|
|
Loading…
Reference in New Issue