Skip to content

Commit

Permalink
Merge pull request #732 from tschaban/T6-3.0.2
Browse files Browse the repository at this point in the history
T6-3.0.2
  • Loading branch information
tschaban authored Apr 17, 2021
2 parents fee4ddf + 8e6fa73 commit f133dc3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion core/include/config/AFE-Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@

/* ---- Wheater Station ---- */
#elif defined(T6_CONFIG)
#define AFE_FIRMWARE_VERSION "3.0.1"
#define AFE_FIRMWARE_VERSION "3.0.2"
#define AFE_FIRMWARE_TYPE 6

/* Functionalities */
Expand Down
6 changes: 3 additions & 3 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
;default_envs = AFE_T4_8266_4m-generic
;default_envs = AFE_T4_8285_1m-generic
;default_envs = AFE_T4_8266_1m-development, AFE_T4_8266_1m-development-domoticz
default_envs = AFE_T4_8266_1m-generic, AFE_T4_8285_1m-generic, AFE_T4_8266_1m-domoticz, AFE_T4_8285_1m-domoticz, AFE_T4_8266_4m-generic-development, AFE_T4_8266_4m-generic, AFE_T4_8266_4m-domoticz, AFE_T4_8266_4m-domoticz-development
;default_envs = AFE_T4_8266_1m-generic, AFE_T4_8285_1m-generic, AFE_T4_8266_1m-domoticz, AFE_T4_8285_1m-domoticz, AFE_T4_8266_4m-generic-development, AFE_T4_8266_4m-generic, AFE_T4_8266_4m-domoticz, AFE_T4_8266_4m-domoticz-development
; VERSION T5
;default_envs = AFE_T5_8266_4m-development
;default_envs = AFE_T5_8266_4m-development-domoticz
Expand All @@ -63,15 +63,15 @@ default_envs = AFE_T4_8266_1m-generic, AFE_T4_8285_1m-generic, AFE_T4_8266_1m-do
;default_envs = AFE_T6_8266_4m-development-domoticz
;default_envs = AFE_T6_8266_4m-generic
;default_envs = AFE_T6_8266_4m-iECSv20
;default_envs = AFE_T6_8266_4m-development, AFE_T6_8266_4m-generic, AFE_T6_8266_4m-iECSv20, AFE_T6_8266_4m-development-domoticz, AFE_T6_8266_4m-domoticz, AFE_T6_8266_4m-iECSv20-domoticz, AFE_T6_8266_4m-iECSv21, AFE_T6_8266_4m-iECSv21-domoticz, AFE_T6_8266_1m-domoticz, AFE_T6_8266_1m-generic
default_envs = AFE_T6_8266_4m-development, AFE_T6_8266_4m-generic, AFE_T6_8266_4m-iECSv20, AFE_T6_8266_4m-development-domoticz, AFE_T6_8266_4m-domoticz, AFE_T6_8266_4m-iECSv20-domoticz, AFE_T6_8266_4m-iECSv21, AFE_T6_8266_4m-iECSv21-domoticz, AFE_T6_8266_1m-domoticz, AFE_T6_8266_1m-generic

[env]
lib_extra_dirs = lib, lib-external, include, core/lib, core/include
monitor_speed = 115200

[common]
framework = arduino
build_flags = -DAFE_LANGUAGE=1
build_flags = -DAFE_LANGUAGE=0
lib_deps = rBase64
Streaming
https://github.com/tschaban/ArduinoJson.git#5.x
Expand Down
4 changes: 2 additions & 2 deletions tools/T6.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
/* Set this before run */

$type = "6";
$version = "3.0.1";
$language = "en";
$version = "3.0.2";
$language = "pl";

/******************/

Expand Down

0 comments on commit f133dc3

Please sign in to comment.