Ignore:
Timestamp:
Apr 3, 2016, 9:24:53 AM (8 years ago)
Author:
ertl-honda
Message:

まとめたVersin表記も追加

File:
1 edited

Legend:

Unmodified
Added
Removed
  • rtos_arduino/trunk/arduino_lib/libraries/ESP8266_Arudino_AT/ESP8266.cpp

    r217 r218  
    164164    if (eAT()) {
    165165        eATGMR(version);
    166         if(version.indexOf(ESP8266_SUPPORT_VERSION_020) == -1) {
     166        if(version.indexOf(ESP8266_SUPPORT_VERSION_025) == -1) {
    167167            if(version.indexOf(ESP8266_SUPPORT_VERSION_040) == -1) {
    168168                ret = 2;
Note: See TracChangeset for help on using the changeset viewer.