Skip to content

Commit

Permalink
Add -P1 to version string and update memory stats
Browse files Browse the repository at this point in the history
  • Loading branch information
Phaze-III committed Mar 16, 2024
1 parent 2077519 commit 00f09b5
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions airrohr-firmware/airrohr-firmware.ino
Original file line number Diff line number Diff line change
Expand Up @@ -47,20 +47,16 @@
* *
************************************************************************
*
* latest mit lib 2.6.1
* DATA: [==== ] 40.7% (used 33316 bytes from 81920 bytes)
* PROGRAM: [===== ] 49.3% (used 514788 bytes from 1044464 bytes)
* latest mit lib 2.5.2
* DATA: [==== ] 39.4% (used 32304 bytes from 81920 bytes)
* PROGRAM: [===== ] 48.3% (used 504812 bytes from 1044464 bytes)
* latest mit lib 2.6.2 und -O2
* DATA: [==== ] 39.9% (used 32716 bytes from 81920 bytes)
* PROGRAM: [====== ] 56.4% (used 589488 bytes from 1044464 bytes)
*
************************************************************************/
#include <WString.h>
#include <pgmspace.h>

// increment on change
#define SOFTWARE_VERSION_STR "NRZ-2020-133"
#define SOFTWARE_VERSION_STR "NRZ-2020-133-P1"
String SOFTWARE_VERSION(SOFTWARE_VERSION_STR);

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

0 comments on commit 00f09b5

Please sign in to comment.