From 482a67c5d287d4946ed9ff2d50158d4e7fda7096 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Tue, 22 May 2018 15:45:00 +0200 Subject: [PATCH] bump version to 1.0.0 --- comm/messages.c | 1 + comm/nrf.h | 2 +- version.h | 6 +++++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/comm/messages.c b/comm/messages.c index 170d8b9..2463f5f 100644 --- a/comm/messages.c +++ b/comm/messages.c @@ -23,6 +23,7 @@ TinyFrame *comm = &tf_; */ static TF_Result lst_ping(TinyFrame *tf, TF_Msg *msg) { + dbg("Ping!"); com_respond_snprintf(msg->frame_id, MSG_SUCCESS, "GEX v%s on %s (%s)", GEX_VERSION, GEX_PLATFORM, COMPORT_NAMES[gActiveComport]); return TF_STAY; diff --git a/comm/nrf.h b/comm/nrf.h index 2f0b2bf..2256c39 100644 --- a/comm/nrf.h +++ b/comm/nrf.h @@ -24,7 +24,7 @@ #include "nrf_pins.h" #define dbg_nrf(...) do{}while(0) -//#define dbg_nrf(...) dbg(##__VA_ARGS__) +//#define dbg_nrf dbg // Initialize SPI and the Nordic diff --git a/version.h b/version.h index 3a57158..2e9bc2e 100644 --- a/version.h +++ b/version.h @@ -7,7 +7,11 @@ #ifndef GEX_VERSION_H #define GEX_VERSION_H -#define GEX_VERSION "0.3.1" +#define GEX_VERSION "1.0.0" + +// --- 1.0.0 --- +// * Public release with the thesis +// * improved nrf support, some cleaning // --- 0.3.1 --- // * Fix ADC triggers