Skip to content

baixing/red_alert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

red alert

will alarm a red alert when deploying Haojing.

###set the ethernet first.

byte mac[] = { 0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED};
IPAddress ip(192, 168, 8, 222); // set the fixed IP of ethernet
IPAddress dns_server(172, 16, 0, 1); // dns in office
IPAddress gateway(192, 168, 8, 1);
IPAddress subnet(255, 255, 255, 0);

###and deploy server

char server[] = "xxx.baixing.com";

###other settings postingInterval the frequency of checking (by ms)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%