Skip to content

Commit

Permalink
Mark as NRZ-2024-136-B1-SEN5X
Browse files Browse the repository at this point in the history
  • Loading branch information
Phaze-III committed Apr 8, 2024
1 parent d1d29d1 commit 52029ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions airrohr-firmware/airrohr-firmware.ino
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,17 @@
* *
************************************************************************
*
* latest build using lib 3.0.2
* DATA: [==== ] 43.7% (used 35820 bytes from 81920 bytes)
* PROGRAM: [====== ] 60.2% (used 628885 bytes from 1044464 bytes)
* latest build using lib 3.0.2 using -O2
* DATA: [==== ] 44.3% (used 36280 bytes from 81920 bytes)
* PROGRAM: [====== ] 64.0% (used 668011 bytes from 1044464 bytes)
*
************************************************************************/

#include <WString.h>
#include <pgmspace.h>

// increment on change
#define SOFTWARE_VERSION_STR "NRZ-2024-136-B1"
#define SOFTWARE_VERSION_STR "NRZ-2024-136-B1-SEN5X"
String SOFTWARE_VERSION(SOFTWARE_VERSION_STR);

/*****************************************************************
Expand Down

0 comments on commit 52029ba

Please sign in to comment.