@@ -211,4 +211,4 @@ int32_t pc_monitor_app(void* p) {
pc_monitor_free(app);
return 0;
-}
+}
@@ -12,12 +12,13 @@
#include <storage/storage.h>
#define TAG "PCMonitor"
+
#define BT_SERIAL_BUFFER_SIZE 128
#define SCREEN_HEIGHT 64
-#define LINE_HEIGHT 11
+#define LINE_HEIGHT 11
-#define BAR_X 30
+#define BAR_X 30
#define BAR_WIDTH 97
typedef enum {
@@ -55,4 +56,4 @@ typedef struct {
DataStruct data;
uint8_t lines_count;
uint32_t last_packet;
-} PcMonitorApp;
+} PcMonitorApp;