Skip to content

Commit

Permalink
Rename to CallSDKFunctions and correct spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd committed Jul 20, 2015
1 parent 025af8f commit b07cfb9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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" {
Expand All @@ -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: ");
Expand Down

0 comments on commit b07cfb9

Please sign in to comment.