Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- char buf[80];
- if (rserver.connect()) {
- buf = "GET /api/send/?sensor=temperature&value=10&hash=hash HTTP/1.0"; // не помню, так надо присваивать с этом языке?
- rserver.println(buf);
- rserver.println("Host: spirit.negasus.ru");
- rserver.println();
- }
Advertisement
Add Comment
Please, Sign In to add comment