Skip to content

Commit

Permalink
move to oled example. bump docslab
Browse files Browse the repository at this point in the history
  • Loading branch information
jthiller committed Jul 29, 2024
1 parent a6e5dd8 commit 7d0087b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions docs/network-iot/learn/build-a-device.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ Generate a set of keys below by clicking the "Create Device" button:
<br />

Behind the scenes, these keys have been submitted to a LoRaWAN Network Server (LNS) which also
shares the Join EUI with the Helium Packet Router (HPR). With the Join EUI, HPR can receieve
payloads from this device through any Hotspot in the world and route it to the appropriate LNS. Because these
shares the Join EUI with the Helium Packet Router (HPR). With the Join EUI, HPR can receive payloads
from this device through any Hotspot in the world and route it to the appropriate LNS. Because these
keys are unique to the device and LNS, only the device and the LNS can decrypt the data transferred
between them.

Expand All @@ -57,7 +57,7 @@ Copy the keys generated above into the `devEui`, `appEui`, and `appKey` variable
command="source .platformio/penv/bin/activate && cd m/Heltec-CubeCell-Board/examples/cubecell-helium-us915-basic && pio run -t upload && pio device monitor"
destpath="m/Heltec-CubeCell-Board/examples/cubecell-helium-us915-basic/src/main.cpp"
repoUrl="https://github.com/helium/longfi-platformio.git"
urlfile="https://raw.githubusercontent.com/helium/longfi-platformio/master/Heltec-CubeCell-Board/examples/cubecell-helium-us915-basic/src/main.cpp"
urlfile="https://raw.githubusercontent.com/helium/longfi-platformio/master/Heltec-CubeCell-Board/examples/cubecell-helium-us915-oled/src/main.cpp"
/>
</figure>
<br />
Expand Down
4 changes: 2 additions & 2 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -836,9 +836,9 @@ html[data-theme='dark'] .badge--secondary:hover {
width: 100%;
}

.docslabEditor {
.screensnippet-wrapper .docslabEditor {
width: 100%;
/* height: 300px; */
max-height: 550px;
height: 50vh;
}

Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4206,9 +4206,9 @@ accepts@~1.3.4, accepts@~1.3.5, accepts@~1.3.8:
negotiator "0.6.3"

ace-code@^1.23.4:
version "1.24.1"
resolved "https://registry.yarnpkg.com/ace-code/-/ace-code-1.24.1.tgz#129e070699e33d819a780c69be3b95e0a59e1342"
integrity sha512-pRdEBQpwnXcH4l9BRhevjkICdKt3m7YEN5O+XJ4xtEpqZS5fUt9ZIXlb3UmLU9wl+tYAXm+IN1p0UVUS+C9DWQ==
version "1.35.4"
resolved "https://registry.yarnpkg.com/ace-code/-/ace-code-1.35.4.tgz#7684f5640e4d8b1173c2483d1e26582d4353d58a"
integrity sha512-s9jUrhDz67tKeEwb352GyHD1efuSB5t3Q+/ie+xycX+fXfqCeCFSo3amlFdlxbUduN5LoCN3CRRCxb4VYUIuSQ==

acorn-import-assertions@^1.9.0:
version "1.9.0"
Expand Down Expand Up @@ -5978,9 +5978,9 @@ docslab-docusaurus@^0.2.7:
docslab "^0.3.7"

docslab@^0.3.7:
version "0.3.7"
resolved "https://registry.yarnpkg.com/docslab/-/docslab-0.3.7.tgz#7b0e25676979d3dac211412e936b391d20f3004b"
integrity sha512-7sUcsfB1do2cB/uNPJzdZAwJNuTlvsY9ivPFGUpuY89o9kXGEDIoIhJ2cmJZiDemrxBfFUnGpAqQy7WBrQ04mA==
version "0.3.9"
resolved "https://registry.yarnpkg.com/docslab/-/docslab-0.3.9.tgz#0226edc6b379f8340177e4bd928d081d2f18148c"
integrity sha512-mqQNwWkozbUzgNf24K2iyHvmdDDQS2YWKzOoHyqh9bsCXSqjMzwCPO9KO0nbI1DvZg5uiAOn5+PGO7aeGCmJMA==
dependencies:
ace-code "^1.23.4"
xterm "^5.2.1"
Expand Down Expand Up @@ -11816,9 +11816,9 @@ xterm-addon-fit@^0.7.0:
integrity sha512-tQgHGoHqRTgeROPnvmtEJywLKoC/V9eNs4bLLz7iyJr1aW/QFzRwfd3MGiJ6odJd9xEfxcW36/xRU47JkD5NKQ==

xterm@^5.2.1:
version "5.2.1"
resolved "https://registry.yarnpkg.com/xterm/-/xterm-5.2.1.tgz#b3fea7bdb55b9be1d4b31f4cd1091f26ac42afb8"
integrity sha512-cs5Y1fFevgcdoh2hJROMVIWwoBHD80P1fIP79gopLHJIE4kTzzblanoivxTiQ4+92YM9IxS36H1q0MxIJXQBcA==
version "5.3.0"
resolved "https://registry.yarnpkg.com/xterm/-/xterm-5.3.0.tgz#867daf9cc826f3d45b5377320aabd996cb0fce46"
integrity sha512-8QqjlekLUFTrU6x7xck1MsPzPA571K5zNqWm0M0oroYEWVOptZ0+ubQSkQ3uxIEhcIHRujJy6emDWX4A7qyFzg==

yallist@^3.0.2:
version "3.1.1"
Expand Down

0 comments on commit 7d0087b

Please sign in to comment.