Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

Sense

Building HVAC sensor experimentation

Building

Platform IO is used for this project. VSCode is recommeded for development.

A config.h file must be created in order to build the project. config.h.

// Config.h example
#define WIFI_PASSWORD "test-password"
#define WIFI_SSID "test-ssid"
#define SENSOR_ID "1"