Skip to content

Commit

Permalink
Bump firmware version to 2.1.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
mobilinkd committed Jan 23, 2021
1 parent e8a06bd commit bc01e28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TNC/KissHardware.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ int powerOffViaUSB(void)
namespace mobilinkd { namespace tnc { namespace kiss {

#ifdef NUCLEOTNC
const char FIRMWARE_VERSION[] = "2.1.4";
const char FIRMWARE_VERSION[] = "2.1.5";
const char HARDWARE_VERSION[] = "Mobilinkd NucleoTNC";
#else
const char FIRMWARE_VERSION[] = "2.1.4";
const char FIRMWARE_VERSION[] = "2.1.5";
const char HARDWARE_VERSION[] = "Mobilinkd TNC3 2.1.1";
#endif

Expand Down

0 comments on commit bc01e28

Please sign in to comment.