Skip to content

Commit

Permalink
updated admonitions
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Jul 16, 2023
1 parent 5f2a0f3 commit 250328d
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion compiler/src/board.ts
Expand Up @@ -156,7 +156,7 @@ description: ${devName}
...info.services.map(f => `- Service: ${f}`),
!boardJson.i2c &&
`
:::warning
:::caution
I2C pins are not [configured](/developer/board-configuration).
Expand Down
2 changes: 1 addition & 1 deletion website/docs/developer/drivers/spi.mdx
Expand Up @@ -22,7 +22,7 @@ const resp = await spi.read(8)
const resp2 = await spi.transfer(hex`abcd`)
```

:::warning
:::caution

SPI is not yet implemented on [RP2040](/devices/).

Expand Down
2 changes: 1 addition & 1 deletion website/docs/developer/settings.mdx
Expand Up @@ -25,7 +25,7 @@ Don't store secrets or settings in the code, use `.env` files instead.
The `.env*` file use a similar format to node.js `.env` file. The content will be transfered in the device flash
when deploying the DeviceScript bytecode.

:::warning
:::caution

The setting keys should be shorter than 14 characters!

Expand Down
2 changes: 1 addition & 1 deletion website/docs/devices/esp32/esp32-bare.mdx
Expand Up @@ -10,7 +10,7 @@ Bare ESP32 without any default functions for pins.
## Features


:::warning
:::caution

I2C pins are not [configured](/developer/board-configuration).

Expand Down
2 changes: 1 addition & 1 deletion website/docs/devices/esp32/esp32-devkit-c.mdx
Expand Up @@ -14,7 +14,7 @@ There are currently issues with serial chip on these, best avoid. ESP32-DevKitC
- LED on pin 2 (use [setStatusLight](/developer/status-light) to control)
- Service: buttonIO0 (button)

:::warning
:::caution

I2C pins are not [configured](/developer/board-configuration).

Expand Down
2 changes: 1 addition & 1 deletion website/docs/devices/esp32/esp32c3-bare.mdx
Expand Up @@ -12,7 +12,7 @@ A bare ESP32-C3 board without any pin functions.
- Serial logging on pin P21 at 115200 8N1
- Service: buttonBOOT (button)

:::warning
:::caution

I2C pins are not [configured](/developer/board-configuration).

Expand Down
2 changes: 1 addition & 1 deletion website/docs/devices/esp32/esp32s2-bare.mdx
Expand Up @@ -11,7 +11,7 @@ A bare ESP32-S2 board without any pin functions.

- Serial logging on pin P43 at 115200 8N1

:::warning
:::caution

I2C pins are not [configured](/developer/board-configuration).

Expand Down
2 changes: 1 addition & 1 deletion website/docs/devices/esp32/esp32s3-bare.mdx
Expand Up @@ -11,7 +11,7 @@ A bare ESP32-S3 board without any pin functions.

- Serial logging on pin P43 at 115200 8N1

:::warning
:::caution

I2C pins are not [configured](/developer/board-configuration).

Expand Down
2 changes: 1 addition & 1 deletion website/docs/devices/esp32/esp32s3-devkit-m.mdx
Expand Up @@ -14,7 +14,7 @@ ESP32-S3 DevKitM development board. Should also work for DevKitC.
- WS2812B RGB LED on pin P48 (use [setStatusLight](/developer/status-light) to control)
- Serial logging on pin P43 at 115200 8N1

:::warning
:::caution

I2C pins are not [configured](/developer/board-configuration).

Expand Down
2 changes: 1 addition & 1 deletion website/docs/devices/esp32/msr207-v42.mdx
Expand Up @@ -11,7 +11,7 @@ description: MSR JM Brain S2-mini 207 v4.2
- Serial logging on pin 43 at 115200 8N1
- Service: power (auto-start)

:::warning
:::caution

I2C pins are not [configured](/developer/board-configuration).

Expand Down
2 changes: 1 addition & 1 deletion website/docs/devices/esp32/msr207-v43.mdx
Expand Up @@ -11,7 +11,7 @@ description: MSR JM Brain S2-mini 207 v4.3
- Serial logging on pin 43 at 115200 8N1
- Service: power (auto-start)

:::warning
:::caution

I2C pins are not [configured](/developer/board-configuration).

Expand Down
2 changes: 1 addition & 1 deletion website/docs/devices/esp32/seeed-xiao-esp32c3.mdx
Expand Up @@ -14,7 +14,7 @@ A tiny ESP32-C3 board.
- Serial logging on pin TX_D6 at 115200 8N1
- Service: buttonBOOT (button)

:::warning
:::caution

I2C pins are not [configured](/developer/board-configuration).

Expand Down
2 changes: 1 addition & 1 deletion website/docs/devices/rp2040/index.mdx
Expand Up @@ -5,7 +5,7 @@ which builds on top of the pico-sdk.

{@import ./boards.mdp}

:::warning
:::note

The pico-w networking stack (cloud, etc...) is currently not well supported.
We are currently focusing on best support on [ESP32](/devices/esp32/).
Expand Down
2 changes: 1 addition & 1 deletion website/docs/devices/rp2040/msr124.mdx
Expand Up @@ -14,7 +14,7 @@ Prototype board
- Serial logging on pin 0 at 115200 8N1
- Service: power (auto-start)

:::warning
:::caution

I2C pins are not [configured](/developer/board-configuration).

Expand Down
2 changes: 1 addition & 1 deletion website/docs/devices/rp2040/msr59.mdx
Expand Up @@ -16,7 +16,7 @@ Prototype board
- Serial logging on pin 2 at 115200 8N1
- Service: power (auto-start)

:::warning
:::caution

I2C pins are not [configured](/developer/board-configuration).

Expand Down
2 changes: 1 addition & 1 deletion website/docs/devices/rp2040/pico-w.mdx
Expand Up @@ -13,7 +13,7 @@ RP2040 board from Raspberry Pi with a WiFi chip.

- custom LED (use [setStatusLight](/developer/status-light) to control)

:::warning
:::caution

I2C pins are not [configured](/developer/board-configuration).

Expand Down
2 changes: 1 addition & 1 deletion website/docs/devices/rp2040/pico.mdx
Expand Up @@ -13,7 +13,7 @@ RP2040 board from Raspberry Pi.

- custom LED (use [setStatusLight](/developer/status-light) to control)

:::warning
:::caution

I2C pins are not [configured](/developer/board-configuration).

Expand Down

0 comments on commit 250328d

Please sign in to comment.