bump version to 1.0.0

remotes/github/master
Ondřej Hruška 6 years ago
parent 9703408307
commit 482a67c5d2
Signed by: MightyPork
GPG Key ID: 2C5FD5035250423D
  1. 1
      comm/messages.c
  2. 2
      comm/nrf.h
  3. 6
      version.h

@ -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;

@ -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

@ -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

Loading…
Cancel
Save