Skip to content

Commit

Permalink
Fixed cbpi URL
Browse files Browse the repository at this point in the history
Version Bump to 0.8.0
  • Loading branch information
irrwisch1 committed Nov 19, 2019
1 parent 5f7d792 commit b97b746
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pio/src/Globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include <Ticker.h>

// defines go here
#define FIRMWAREVERSION "0.7.6b"
#define FIRMWAREVERSION "0.8.0"

#ifndef DEBUG
#define DEBUG true
Expand Down Expand Up @@ -60,7 +60,7 @@
#define MEDIANAVRG MEDIANROUNDSMIN
#define MEDIAN_MAX_SIZE MEDIANROUNDSMAX

#define CBP_ENDPOINT "/api/hydrometer/v1/data"
#define CBP_ENDPOINT "/api/emanometer/v1/data"

enum RemoteAPI {
API_Off = 0,
Expand Down

0 comments on commit b97b746

Please sign in to comment.