From 7761c7c32c4ea2c9835cf1cc01fe5ff7107b839f Mon Sep 17 00:00:00 2001 From: Luc Date: Thu, 14 Jan 2016 17:17:13 +0800 Subject: [PATCH] change FW version to reflect the changes for support for 2.0.0 for file upload --- esp8266/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp8266/config.h b/esp8266/config.h index 4124fa69..678965dd 100644 --- a/esp8266/config.h +++ b/esp8266/config.h @@ -41,7 +41,7 @@ extern "C" { #include "user_interface.h" } //version and sources location -#define FW_VERSION "0.5" +#define FW_VERSION "0.5.1" #define REPOSITORY "https://github.com/luc-github/ESP8266"