Skip to content

Commit

Permalink
config fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ypopovych committed Mar 23, 2024
1 parent eb50e06 commit 74a6dff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
"name": "Nano S",
"includePath": [
"${workspaceFolder}/src",
"${workspaceFolder}/build/**",
"${workspaceFolder}/build/nanos/gen_src",
"${env:ARM_GCC}/arm-none-eabi/include/*",
"${env:ARM_GCC}/lib/gcc/arm-none-eabi/13.2.1/include/*",
"${env:BOLOS_SDK}/include/*",
"${env:BOLOS_SDK}/target/nanos/include/*",
"${env:BOLOS_SDK}/lib_bagl/include/*",
Expand Down
4 changes: 2 additions & 2 deletions tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"mocha": "^10.1.0"
},
"dependencies": {
"@ledgerhq/hw-transport-node-hid": "6.27.8",
"@ledgerhq/hw-transport-node-speculos-http": "6.27.8",
"@ledgerhq/hw-transport-node-hid": "6.28.5",
"@ledgerhq/hw-transport-node-speculos-http": "6.28.5",
"ergo-lib-wasm-nodejs": "v0.21.1",
"ledger-ergo-js": "^0.1.14"
}
Expand Down

0 comments on commit 74a6dff

Please sign in to comment.