Pass the net ack text to the modem.

This commit is contained in:
Jonathan Naylor 2020-04-14 12:22:23 +01:00
parent 1f17aec1f1
commit 960a60f382
4 changed files with 17 additions and 13 deletions

View file

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