Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Commit

Permalink
Merge pull request #143 from arntsonl/v0.5.3_release
Browse files Browse the repository at this point in the history
Changes to update our flash and WWW pages to 0.5.3
  • Loading branch information
arntsonl authored Nov 14, 2022
2 parents e714d1a + 158408f commit 3bfc799
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/helper.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include "xinput_driver.h"

// GP2040-CE Version (32 character limit)
#define GP2040VERSION "v0.5.2"
#define GP2040VERSION "v0.5.3"

const std::string BUTTON_LABEL_UP = "Up";
const std::string BUTTON_LABEL_DOWN = "Down";
Expand Down
2 changes: 1 addition & 1 deletion www/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GENERATE_SOURCEMAP=false
REACT_APP_CURRENT_VERSION=v0.5.2
REACT_APP_CURRENT_VERSION=v0.5.3
REACT_APP_GP2040_BOARD=pico
REACT_APP_GP2040_CONTROLLER=pico

0 comments on commit 3bfc799

Please sign in to comment.