Skip to content

Commit

Permalink
fix ArduinoJSON version
Browse files Browse the repository at this point in the history
  • Loading branch information
sochs committed May 15, 2024
1 parent dbf73c3 commit efbf666
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added nrfutil.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ monitor_speed = 115200
build_flags = -DBUILD_TIMESTAMP=$UNIX_TIME
board_build.f_cpu = 64000000L
lib_deps =
ArduinoJson
ArduinoJson@6.13.0 #beim Wechsel auf Version 7 bitte folgendes beachten: www.arduinojson.org/news/2024/01/03/arduinojson-7/
ArduinoLog

[env:wlanthermo_nrf52832]
Expand Down
2 changes: 1 addition & 1 deletion post_extra_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def install_pip(package):

def call_nrfutil():

# Download from https://www.nordicsemi.com/Products/Development-tools/nRF-Util/Download and put it into project folder/Users/martin/Downloads/nrfutil
# Download from https://www.nordicsemi.com/Products/Development-tools/nRF-Util/Download and put it into project folder
cmd = "./nrfutil install nrf5sdk-tools"
args = shlex.split(cmd)
subprocess.call(args)
Expand Down

0 comments on commit efbf666

Please sign in to comment.