sandbox / ESP8266Interface

Dependencies:   ESP8266

Fork of ESP8266Interface by Christopher Haster

Revision:
12:8db9b116cf76
Parent:
11:288c15b80a26
Child:
13:0186e9e35a24
--- a/WiFiRadioInterface.h	Wed Jun 17 21:01:51 2015 +0000
+++ b/WiFiRadioInterface.h	Wed Jun 17 21:04:39 2015 +0000
@@ -1,4 +1,4 @@
-/* ESP8266Interface
+/* WiFiRadioInterface Example
  * Copyright (c) 2015 ARM Limited
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -19,8 +19,8 @@
 
 #include "WiFiInterface.h"
 
-/** ESP8266Interface class.
-    This is a interface to the ESP8266 WiFi radio
+/** WiFiRadioInterface class.
+    This is a interface a WiFi radio
  */
 class WiFiRadioInterface : public WiFiInterface
 {