Skip to content

Commit

Permalink
Merge branch 'release/v1.1.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
PIO Plus committed Aug 1, 2019
2 parents 257738d + 26b1eee commit 8cf2212
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion builder/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ def _jlink_cmd_script(env, source):
UPLOADER="openocd",
UPLOADERFLAGS=openocd_args,
UPLOADCMD="$UPLOADER $UPLOADERFLAGS")
upload_source = target_elf
upload_actions = [env.VerboseAction("$UPLOADCMD", "Uploading $SOURCE")]

# custom upload tool
Expand Down
2 changes: 1 addition & 1 deletion platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "git",
"url": "https://github.com/aceinna/platform-aceinna_imu.git"
},
"version": "1.1.3",
"version": "1.1.4",
"packageRepositories": [
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
"http://dl.platformio.org/packages/manifest.json"
Expand Down

0 comments on commit 8cf2212

Please sign in to comment.