ESP8266-based WiFi serial modem emulator ROM
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update remaining WiFiStation references to WiFiPPP

+7 -7
+1 -1
serial.cpp
··· 1 1 /* 2 - * WiFiStation 2 + * WiFiPPP 3 3 * Copyright (c) 2021 joshua stein <jcs@jcs.org> 4 4 * 5 5 * Permission to use, copy, modify, and distribute this software for any
+1 -1
telnet.cpp
··· 1 1 /* 2 - * WiFiStation 2 + * WiFiPPP 3 3 * Copyright (c) 2021 joshua stein <jcs@jcs.org> 4 4 * 5 5 * Permission to use, copy, modify, and distribute this software for any
+2 -2
update.cpp
··· 1 1 /* 2 - * WiFiStation 2 + * WiFiPPP 3 3 * Copyright (c) 2021 joshua stein <jcs@jcs.org> 4 4 * 5 5 * Permission to use, copy, modify, and distribute this software for any ··· 18 18 #include <WiFiClientSecure.h> 19 19 #include "wifippp.h" 20 20 21 - #define OTA_VERSION_URL "https://raw.githubusercontent.com/jcs/WiFiStation/main/release/version.txt" 21 + #define OTA_VERSION_URL "https://raw.githubusercontent.com/jcs/WiFiPPP/main/release/version.txt" 22 22 23 23 WiFiClientSecure client; 24 24
+1 -1
util.cpp
··· 1 1 /* 2 - * WiFiStation 2 + * WiFiPPP 3 3 * Copyright (c) 2021 joshua stein <jcs@jcs.org> 4 4 * 5 5 * Permission to use, copy, modify, and distribute this software for any
+1 -1
wifippp.h
··· 1 1 /* 2 - * WiFiStation 2 + * WiFiPPP 3 3 * Copyright (c) 2021 joshua stein <jcs@jcs.org> 4 4 * 5 5 * Permission to use, copy, modify, and distribute this software for any
+1 -1
wifippp.ino
··· 1 1 /* 2 - * WiFiStation 2 + * WiFiPPP 3 3 * Copyright (c) 2021 joshua stein <jcs@jcs.org> 4 4 * 5 5 * Permission to use, copy, modify, and distribute this software for any