Changeset 201 for rtos_arduino


Ignore:
Timestamp:
Mar 31, 2016, 12:25:46 AM (8 years ago)
Author:
ertl-honda
Message:

typoの修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • rtos_arduino/trunk/examples/WifiEcho/rca_app.cpp

    r200 r201  
    1212ESP8266 wifi;
    1313
    14 #ifdef MULTI_ECHO_SERVER
    1514bool setup_done = false;
    16 #endif /* MULTI_ECHO_SERVER */
    1715
    1816void setup()
     
    2018    int ret;
    2119   
    22     Serial.println("Web Server Task : Start!");
     20    Serial.println("Echo Server : Start!");
    2321   
    2422    ret = wifi.begin(Serial5, 115200);
     
    9189    Serial.print("setup end\r\n");
    9290
    93 #ifdef MULTI_ECHO_SERVER
    9491    setup_done = true;
    95 #endif /* MULTI_ECHO_SERVER */   
    9692}
    9793
Note: See TracChangeset for help on using the changeset viewer.