Platformio settings:
[env:bluepill_stlink]
platform = ststm32
board = bluepill_f103c8
framework = arduino
debug_tool = stlink| ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAOsk4DkCZNE+byU1ax/hDY7rJEujUoTyIAVRUsw0r0+ [email protected] |
| #!/usr/bin/env bash | |
| DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" | |
| cd "${DIR}" | |
| set -e | |
| BITWARDEN_CREDENTIALS_SECRET_NAME="" | |
| if ! which bw >/dev/null; then | |
| echo "Please install bitwarden cli https://bitwarden.com/help/cli/" | |
| exit |
Platformio settings:
[env:bluepill_stlink]
platform = ststm32
board = bluepill_f103c8
framework = arduino
debug_tool = stlink| #!/usr/bin/env bash | |
| DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" | |
| cd "${DIR}" | |
| <p> | |
| <img alt="Person Centred Care" | |
| title="Person Centred Care initiative" src="https://personcentred.care/media/badge.svg" | |
| style="margin-bottom: 0.25rem;" /> <br /> | |
| We are proudly part of the | |
| <a href="https://personcentred.care/">Person Centred Care initiative</a>, | |
| </p> |
| /** | |
| * Procedure definitions | |
| */ | |
| void ledOn() { | |
| digitalWrite(13, HIGH); | |
| } | |
| void ledOff() { | |
| digitalWrite(13, LOW); |
| #!/usr/bin/env bash | |
| set -e # fail on first error | |
| DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )/." | |
| cd "${DIR}" |
| <!doctype html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | |
| <meta name="description" content=""> | |
| <meta name="author" content=""> | |
| <link rel="icon" href="../../../../favicon.ico"> |
| teofil ~/git-repository/steem-wise/steem-wise-core master ● ⍟7 npm run verify 1 ↵ 9130 19:20:22 | |
| > [email protected] verify /Users/teofil/git-repository/steem-wise/steem-wise-core | |
| > mocha -r ts-node/register test/integration/**/*.spec.ts | |
| test/integration/api.spec.ts | |
| api FakeApi |