Skip to content

Commit

Permalink
version 2020-30
Browse files Browse the repository at this point in the history
  • Loading branch information
netmaniac committed Jun 2, 2020
1 parent 519816c commit 85220d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Versions.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
NAMF 2020-30 ()
NAMF 2020-31 ()

NAMF 2020-30 (2020-06-02)
* CPU clock boosted to 160 MHz
* display info about free SPIFFS and CPU freq on start (Serial)
* First green LED on LED bar now starts from 0.1 instead 1.
* Option to set WiFi PHY Mode to extend range

Expand Down
2 changes: 1 addition & 1 deletion src/variables.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#if defined(BOOT_FW)
#define SOFTWARE_VERSION "NAMF-2020-boot"
#else
#define SOFTWARE_VERSION "NAMF-2020-29"
#define SOFTWARE_VERSION "NAMF-2020-30"
#endif
#include "defines.h"
#include <SoftwareSerial.h>
Expand Down

0 comments on commit 85220d5

Please sign in to comment.