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