update influxdb domain name, tweak battery level thresholds

This commit is contained in:
Jannik Beyerstedt 2020-04-18 12:30:58 +02:00
parent e80fd40194
commit 30402d41d3
1 changed files with 5 additions and 5 deletions

View File

@ -31,11 +31,11 @@
#define BOARD 4 /* IMPORTANT: select one of the BOARD_* types */
#endif
#define DB_HOSTNAME "ursaminor.fra80"
#define DB_HOSTNAME "influx-iot.fra80"
#define DB_PASSWD "c2Vuc29yczpTZW5zb3JzLXcuaW5mbHV4QGhvbWU" // BasicAuth String
#if BOARD == BOARD_ESP32
#define BATT_FULL 3800 // 4.3V Battery
#define BATT_FULL 3700 // 4.2V Battery
#define BATT_CUTOFF 2500 // 2.8V Battery
#else
#error "unsupported board chosen"