Skip to content

Commit

Permalink
Update to version 2.3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Riggs committed Aug 30, 2021
1 parent 8bbadd5 commit fb29668
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions TNC/KissHardware.cpp
Expand Up @@ -43,13 +43,13 @@ int powerOffViaUSB(void)
namespace mobilinkd { namespace tnc { namespace kiss {

#if defined(NUCLEOTNC)
const char FIRMWARE_VERSION[] = "2.3.2";
const char FIRMWARE_VERSION[] = "2.3.3";
const char HARDWARE_VERSION[] = "Mobilinkd NucleoTNC";
#elif defined(STM32L433xx)
const char FIRMWARE_VERSION[] = "2.3.2";
const char FIRMWARE_VERSION[] = "2.3.3";
const char HARDWARE_VERSION[] = "Mobilinkd TNC3 2.1.1";
#elif defined(STM32L4P5xx)
const char FIRMWARE_VERSION[] = "2.3.2";
const char FIRMWARE_VERSION[] = "2.3.3";
const char HARDWARE_VERSION[] = "Mobilinkd TNC3+ Rev A";
#endif
Hardware& settings()
Expand Down

0 comments on commit fb29668

Please sign in to comment.