diff --git a/hardware/esp8266com/esp8266/libraries/esp8266/examples/NativeSdk/NativeSdk.ino b/hardware/esp8266com/esp8266/libraries/esp8266/examples/CallSDKFunctions/CallSDKFunctions.ino similarity index 78% rename from hardware/esp8266com/esp8266/libraries/esp8266/examples/NativeSdk/NativeSdk.ino rename to hardware/esp8266com/esp8266/libraries/esp8266/examples/CallSDKFunctions/CallSDKFunctions.ino index 013d57072d..485531aa60 100644 --- a/hardware/esp8266com/esp8266/libraries/esp8266/examples/NativeSdk/NativeSdk.ino +++ b/hardware/esp8266com/esp8266/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: ");