Handle data transmissions and use new method for timing spacing on RF.

This commit is contained in:
Jonathan Naylor 2016-01-18 18:36:14 +00:00
parent 510cb21af1
commit 25c34af20e
4 changed files with 227 additions and 223 deletions

View file

@ -19,6 +19,6 @@
#if !defined(VERSION_H)
#define VERSION_H
const char* VERSION = "20160114";
const char* VERSION = "20160118";
#endif