Skip to content

Commit

Permalink
Merge branch 'feature/add_bin_version' into 'master'
Browse files Browse the repository at this point in the history
feat: Add AT bin version 2.0.0

See merge request application/esp-at!286
  • Loading branch information
xcguang committed Jul 10, 2019
2 parents c004429 + 1adfc36 commit 97b3315
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ endif

SDKCONFIG_DEFAULTS := $(ESP_AT_MODULE_CONFIG_DIR)/sdkconfig.defaults

EXTRA_CFLAGS += -DSDK_GIT=IDF_VER
export PROJECT_VER = "ESP-AT"

ifeq ("$(filter 3.81 3.82,$(MAKE_VERSION))","") ## IDF just support 3.81,3.82 or 4.x newer
include $(IDF_PATH)/make/project.mk
Expand Down
1 change: 1 addition & 0 deletions module_config/module_esp8266_default/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,4 @@ CONFIG_AT_OTA_SERVER_PORT=80
CONFIG_AT_OTA_TOKEN_KEY="dd93253c287f725de50d4071a05dd28b72056ca7"
CONFIG_AT_OTA_SSL_TOKEN_KEY="dd93253c287f725de50d4071a05dd28b72056ca7"
CONFIG_AT_SOCKET_MAX_CONN_NUM=5
CONFIG_ESP_AT_FW_VERSION="2.0.0"

0 comments on commit 97b3315

Please sign in to comment.