Skip to content

Commit

Permalink
bump version V2.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
glynhudson committed Nov 17, 2019
1 parent b6bf6de commit 0cbdb5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion firmware/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ default_envs = emonpi
# libdeps_dir = ~/data/.piolibdeps

[common]
build_flags = -D BUILD_TAG=2.8.0
build_flags = -D BUILD_TAG=2.9.2
monitor_speed = 38400

# http://docs.platformio.org/en/stable/projectconf.html#lib-deps
Expand Down
2 changes: 1 addition & 1 deletion firmware/src/src.ino
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ LiquidCrystal_I2C lcd(0,0,0);

//----------------------------emonPi Firmware Version---------------------------------------------------------------------------------------------------------------
// Changelog: https://github.com/openenergymonitor/emonpi/blob/master/firmware/readme.md
const int firmware_version = 290; //firmware version x 100 e.g 100 = V1.00
const int firmware_version = 292; //firmware version x 100 e.g 100 = V1.00

//----------------------------emonPi Settings---------------------------------------------------------------------------------------------------------------
bool debug = true;
Expand Down

0 comments on commit 0cbdb5a

Please sign in to comment.