Update firmware version number and mod'd combine.py to have version number in generated firmware file

This commit is contained in:
Dustin Mollo
2019-04-06 10:26:47 -07:00
parent bb06eb887a
commit 93b4959250
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@
#include "CommandHandler.h"
const char FIRMWARE_VERSION[6] = "1.2.2";
const char FIRMWARE_VERSION[6] = "1.3.0";
/*IPAddress*/uint32_t resolvedHostname;