Skip to content

fix: update dependency origin #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions frontend/frontend-platformio/.vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
]
}
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
]
}
16 changes: 9 additions & 7 deletions frontend/frontend-platformio/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,16 @@
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[platformio]
default_envs = nanoatmega328

[env:nanoatmega328]
platform = atmelavr
board = nanoatmega328
board = nanoatmega328
framework = arduino
lib_deps =
MFRC522@1.3.6
jm_Wire@1.0.1
jm_Scheduler@1.0.4
Keypad@3.1.1
jm_LiquidCrystal_I2C@1.0.0
lib_deps =
git+https://github.com/miguelbalboa/rfid#1.3.6
git+https://github.com/jmparatte/jm_Wire#1.0.1
git+https://github.com/jmparatte/jm_Scheduler#1.0.4
chris--a/Keypad@3.1.1
git+https://github.com/jmparatte/jm_LiquidCrystal_I2C#1.0.0