mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 22:59:19 +02:00
(uart, debug) add UART debug panel with connection information
This commit is contained in:
@@ -13,6 +13,9 @@ http://mozilla.org/MPL/2.0/.
|
||||
#include "PyInt.h"
|
||||
#include "network/manager.h"
|
||||
#include "headtrack.h"
|
||||
#ifdef WITH_UART
|
||||
#include "uart.h"
|
||||
#endif
|
||||
|
||||
class eu07_application {
|
||||
const int MAX_NETWORK_PER_FRAME = 1000;
|
||||
@@ -91,6 +94,9 @@ public:
|
||||
is_server() const;
|
||||
bool
|
||||
is_client() const;
|
||||
#ifdef WITH_UART
|
||||
UartStatus uart_status;
|
||||
#endif
|
||||
|
||||
private:
|
||||
// types
|
||||
|
||||
Reference in New Issue
Block a user