summaryrefslogtreecommitdiff
path: root/temp0/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'temp0/Kconfig')
-rw-r--r--temp0/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/temp0/Kconfig b/temp0/Kconfig
new file mode 100644
index 0000000..afb1c7a
--- /dev/null
+++ b/temp0/Kconfig
@@ -0,0 +1,16 @@
+mainmenu "configuration"
+
+source ../scripts/Kconfig-wifi
+
+menu "Influxdb"
+
+config INFLUXDB_HOST
+ string "Hostname of influxdb server"
+
+config INFLUXDB_PORT
+ int "Port number"
+
+config INFLUXDB_PATH
+ string "Path element for POST request"
+
+endmenu