Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
Frontend NodeMCU
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Wetterstation
Frontend NodeMCU
Commits
7a467a0d
Commit
7a467a0d
authored
5 years ago
by
Dennis Eisold
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
https://www.gitrepo.de/wetterstation/frontend-nodemcu
parents
9343adbf
e28ca2fb
No related branches found
Branches containing commit
No related tags found
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
wetterstation/settings.h
+2
-8
2 additions, 8 deletions
wetterstation/settings.h
with
2 additions
and
8 deletions
wetterstation/settings.h
+
2
−
8
View file @
7a467a0d
//
// settings for WiFi connection
//
char
*
ssid
=
"
Sensors"
;
// WiFi SSID
char
*
password
=
"
mySensorNetz"
;
// WiFi password
char
*
ssid
=
"
YOUR_SSID"
;
// WiFi SSID
char
*
password
=
"
YOUR_WLAN_PASSWORD"
;
// WiFi password
//
// MQTT Server
...
...
@@ -13,12 +13,6 @@ const char* mqttUser = "MQTT_USER"; // MQTT Username
const
char
*
mqttPass
=
"MQTT_PASS"
;
// MQTT Password
int
mqttPort
=
1883
;
// 1883 - Ist der Standard TCP Port
//
// MQTT Topics to subscribe
//
const
char
*
mqttTopic
=
String
(
"/wetterstation/frontend/"
+
frontendId
+
"/weather"
).
c_str
();
const
char
*
mqttTopicBackend
=
"/wetterstation/backend/settings"
;
//
// Settings for Backend
//
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment