From 6538b9562e88466393c885105fb280a209983a47 Mon Sep 17 00:00:00 2001 From: pkkrusty <79770016+pkkrusty@users.noreply.github.com> Date: Mon, 2 May 2022 14:19:42 +0000 Subject: [PATCH] Update tasmota.h --- tasmota/tasmota.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/tasmota.h b/tasmota/tasmota.h index 5bf3333b9..5b4913690 100644 --- a/tasmota/tasmota.h +++ b/tasmota/tasmota.h @@ -418,7 +418,7 @@ enum SettingsTextIndex { SET_OTAURL, #endif // ESP32 SET_SHD_PARAM, SET_RGX_SSID, SET_RGX_PASSWORD, - SET_INFLUXDB_HOST, SET_INFLUXDB_PORT, SET_INFLUXDB_ORG, SET_INFLUXDB_TOKEN, SET_INFLUXDB_BUCKET, SET_INFLUXDB_RP + SET_INFLUXDB_HOST, SET_INFLUXDB_PORT, SET_INFLUXDB_ORG, SET_INFLUXDB_TOKEN, SET_INFLUXDB_BUCKET, SET_INFLUXDB_RP, SET_MAX }; enum SpiInterfaces { SPI_NONE, SPI_MOSI, SPI_MISO, SPI_MOSI_MISO };