Skip to content

Commit

Permalink
Test Update
Browse files Browse the repository at this point in the history
  • Loading branch information
MauAbata committed Sep 14, 2021
1 parent b4339c7 commit 486f8cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include "pressure_manager.hpp"
#include "tscode_manager.h"
#include "esp_task_wdt.h"
#include "version.h"

TaskHandle_t PressureMgrTask;
void pressure_mgr_task(void *param);
Expand All @@ -27,6 +28,7 @@ void setup() {

printf("Maus-Tec Electronics Presents:\n");
printf("Mercury 1000\n");
printf("Firmware version: %s\n", VERSION);
printf("m1k-hal version: %s\n", m1k_hal_get_version());

ui_open_page(&Pages::Splash);
Expand Down
2 changes: 1 addition & 1 deletion src/version.cpp
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#include "version.h"
const char *VERSION = "v0.0.0";
const char *VERSION = "v0.0.2";

0 comments on commit 486f8cf

Please sign in to comment.