bump version to 1.0.0

This commit is contained in:
2018-05-22 15:45:00 +02:00
parent 9703408307
commit 482a67c5d2
3 changed files with 7 additions and 2 deletions
+1
View File
@@ -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;
+1 -1
View File
@@ -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
+5 -1
View File
@@ -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