View Arduino-ESP8266.ino
//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
<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
//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 |