Skip to content

ximedes/bus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bus

Controller

The controller module requires a credentials.h file with the credentials for the local wifi network.

Reference for the credentials.h:

#ifndef CREDENTIALS_H
#define CREDENTIALS_H

#define WIFI_SSID "ssid"
#define WIFI_PW "password"
#define MQTT_PW "mqtt-password"
#define MQTT_BROKER "mqtt-broker-url"

#endif

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages