Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BauerPh committed Feb 8, 2018
1 parent d9fa34f commit 47c3719
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ESP8266_Firmware/ESP8266_Firmware.ino
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <Bounce2.h>
#include <JSONtoSPIFFS.h>

#include "Modul_Info_1O.h"
#include "Modul_Info_2O.h"

#define CONFIGFILE_MQTT "config_MQTT.json"
#define CONFIGFILE_IO "config_IO.json"
Expand Down
2 changes: 1 addition & 1 deletion ESP8266_Firmware/ESP8266_Firmware.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
</ImportGroup>
<ProjectExtensions>
<VisualStudio>
<UserProperties custom_esp8266_generic_FlashMode="qio" arduino.upload.port="COM7" />
<UserProperties custom_esp8266_generic_FlashMode="qio" custom_esp8266_generic_FlashSize="1M192" arduino.upload.port="COM7" />
</VisualStudio>
</ProjectExtensions>
</Project>
2 changes: 1 addition & 1 deletion ESP8266_Firmware/Modul_Info_1O.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define MODEL_NAME "ESP_230V_IO_UP_1O"
#define VERSION "1.2.0"
#define VERSION "1.3.0"
//************************ IOs ***************************
#define INPUT1_PIN 12
#define INPUT2_PIN 13
Expand Down
2 changes: 1 addition & 1 deletion ESP8266_Firmware/Modul_Info_2O.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define MODEL_NAME "ESP_230V_IO_UP_2O"
#define VERSION "1.2.0"
#define VERSION "1.3.0"
//************************ IOs ***************************
#define INPUT1_PIN 12
#define INPUT2_PIN 13
Expand Down
Binary file modified ESP8266_Firmware/bin/ESP_230V_IO_UP_1O.bin
Binary file not shown.
Binary file modified ESP8266_Firmware/bin/ESP_230V_IO_UP_1O_SPIFFS.bin
Binary file not shown.
Binary file modified ESP8266_Firmware/bin/ESP_230V_IO_UP_2O.bin
Binary file not shown.
Binary file modified ESP8266_Firmware/bin/ESP_230V_IO_UP_2O_SPIFFS.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion ESP8266_Firmware/data/admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
<td align="left"><hr></td>
</tr>
<tr>
<td align="left">Version: 1.2.0</td>
<td align="left">Version: 1.3.0</td>
</tr>
</table>
4 changes: 2 additions & 2 deletions php_updateServer/version.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?PHP
return array(

"ESP_230V_IO_UP_1O" => "1.2.0",
"ESP_230V_IO_UP_2O" => "1.2.0",
"ESP_230V_IO_UP_1O" => "1.3.0",
"ESP_230V_IO_UP_2O" => "1.3.0",

);
?>

0 comments on commit 47c3719

Please sign in to comment.