1
0
Эх сурвалжийг харах

Added comment/info in examples

Ayush Sharma 3 жил өмнө
parent
commit
f53b7a4f06

+ 9 - 0
examples/Demo/Demo.ino

@@ -1,3 +1,12 @@
+/*
+  WebSerial Demo
+  ------
+  This example code works for both ESP8266 & ESP32 Microcontrollers
+  WebSerial is accessible at your ESP's <IPAddress>/webserial URL.
+
+  Author: Ayush Sharma
+  Checkout WebSerial Pro: https://webserial.pro
+*/
 #include <Arduino.h>
 #if defined(ESP8266)
   #include <ESP8266WiFi.h>

+ 9 - 0
examples/Demo_AP/Demo_AP.ino

@@ -1,3 +1,12 @@
+/*
+  WebSerial Demo AP
+  ------
+  This example code works for both ESP8266 & ESP32 Microcontrollers
+  WebSerial is accessible at 192.168.4.1/webserial URL.
+
+  Author: Ayush Sharma
+  Checkout WebSerial Pro: https://webserial.pro
+*/
 #include <Arduino.h>
 #if defined(ESP8266)
   #include <ESP8266WiFi.h>