initial commit with all the stuff
This commit is contained in:
13
2B+Software/app/app.lua
Normal file
13
2B+Software/app/app.lua
Normal file
@@ -0,0 +1,13 @@
|
||||
----------------- Configuration LUA -----------------------
|
||||
--
|
||||
-- Text in ""
|
||||
-- Zahlen ohne ""
|
||||
-- Komentare mit --
|
||||
--
|
||||
-- Achtung Gross/Kleinschreibung ist wichtig !
|
||||
--
|
||||
-----------------------------------------------------------
|
||||
|
||||
app.mqttBroker = {"192.168.9.99",inf="MQTT Broker"};
|
||||
app.mqttRoot = {"pilogi",inf="MQTT Root"};
|
||||
|
||||
Reference in New Issue
Block a user