View Arduino-ESP8266.ino
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//definitions for jumpwire.io | |
#define jumpwire_io_token "Set_your_token" | |
#define jumpwire_io_project "A" | |
#define your_WiFi_SSID "Set_your_ssid" | |
#define your_WiFi_password "Set_your_password" | |
#define your_ESP8266_baud_rate 115200 | |
//put your definitions here |
View SampleHtmlConsole.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>jumpwire.io Sample HTML Console</title> | |
<!-- Include bootstrap CSS --> | |
<link rel="stylesheet" | |
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css"> | |
</head> | |
<body> | |
<div class="container" role="main"> | |
<p> |
View Arduino-ESP8266.ino
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//definitions for jumpwire.io | |
#define jumpwire_io_token "Set_your_token" | |
#define jumpwire_io_project "A" | |
#define your_WiFi_SSID "Set_your_ssid" | |
#define your_WiFi_password "Set_your_password" | |
#define your_ESP8266_baud_rate 115200 | |
//put your definitions here | |
//put your global variables here |