Ignore:
Timestamp:
Apr 19, 2017, 4:43:05 PM (7 years ago)
Author:
ertl-honda
Message:

1.3.0.0に対応

File:
1 edited

Legend:

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

    r260 r276  
    166166        if(version.indexOf(ESP8266_SUPPORT_VERSION_025) == -1) {
    167167            if(version.indexOf(ESP8266_SUPPORT_VERSION_040) == -1) {
    168                 ret = 2;
     168                if(version.indexOf(ESP8266_SUPPORT_VERSION_130) == -1) {
     169                    ret = 2;
     170                }
    169171            }
    170172        }
Note: See TracChangeset for help on using the changeset viewer.