Update GPIO mapping

master
Orion Stark 4 years ago
parent d59ddd6c2c
commit 2baa683044
  1. 4
      OrionWebServerControllerScript.ino

@ -21,9 +21,9 @@
#include <WiFiServer.h>
#include <ESP8266HTTPClient.h>
#define BLUE_LED_PIN 14
#define BLUE_LED_PIN 12
#define RED_LED_PIN 15
#define GREEN_LED_PIN 13
#define GREEN_LED_PIN 14
const char* ssid = "Robby";
const char* password = "0l30l4ng";

Loading…
Cancel
Save