Skip to content

sparkgene/m5paper-home-sensor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

M5Paper Sample

M5Paper

Fix these with your information.

#define WIFI_SSID ""
#define WIFI_PASS ""
#define DEVICE_NAME "HomeDisplay"
#define AWS_IOT_ENDPOINT "xxxxxxxx-ats.iot.ap-northeast-1.amazonaws.com"

const char *certificate = R"(-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----
)";

const char *private_key = R"(-----BEGIN RSA PRIVATE KEY-----
-----END RSA PRIVATE KEY-----
)";

Download icons from this site.

https://iconmonstr.com/weather/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages