bump version to 1.0.0
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user