From fab4b861478ff23f1cd6f82ee32c293508b4f1b1 Mon Sep 17 00:00:00 2001 From: probonopd Date: Mon, 20 Jul 2015 13:04:55 +0200 Subject: [PATCH] Rename to CallSDKFunctions and correct spelling --- .../NativeSdk.ino => CallSDKFunctions/CallSDKFunctions.ino} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename libraries/esp8266/examples/{NativeSdk/NativeSdk.ino => CallSDKFunctions/CallSDKFunctions.ino} (78%) diff --git a/libraries/esp8266/examples/NativeSdk/NativeSdk.ino b/libraries/esp8266/examples/CallSDKFunctions/CallSDKFunctions.ino similarity index 78% rename from libraries/esp8266/examples/NativeSdk/NativeSdk.ino rename to libraries/esp8266/examples/CallSDKFunctions/CallSDKFunctions.ino index 013d57072..485531aa6 100644 --- a/libraries/esp8266/examples/NativeSdk/NativeSdk.ino +++ b/libraries/esp8266/examples/CallSDKFunctions/CallSDKFunctions.ino @@ -1,7 +1,7 @@ /* * NativeSdk by Simon Peter - * Access functionality from the ESP8266 SDK + * Access functionality from the Espressif ESP8266 SDK * This example code is in the public domain * * This is for advanced users. @@ -10,7 +10,7 @@ * where possible instead, in order to abstract away the hardware dependency. */ -// Expose Expressif SDK functionality - wrapped in ifdef so that it still +// Expose Espressif SDK functionality - wrapped in ifdef so that it still // compiles on other platforms #ifdef ESP8266 extern "C" { @@ -23,7 +23,7 @@ void setup() { } void loop() { - // Call Expressif SDK functionality - wrapped in ifdef so that it still + // Call Espressif SDK functionality - wrapped in ifdef so that it still // compiles on other platforms #ifdef ESP8266 Serial.print("wifi_station_get_hostname: ");