Skip to content

Commit

Permalink
Mark as NRZ-2024-134-B6-SEN5X
Browse files Browse the repository at this point in the history
  • Loading branch information
Phaze-III committed Apr 6, 2024
1 parent 19f704b commit 8b27701
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 @@ -47,17 +47,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-134-B6"
#define SOFTWARE_VERSION_STR "NRZ-2024-134-B6-SEN5X"
String SOFTWARE_VERSION(SOFTWARE_VERSION_STR);

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

0 comments on commit 8b27701

Please sign in to comment.