Skip to content
This repository was archived by the owner on Dec 8, 2025. It is now read-only.

Commit 78f7a05

Browse files
committed
missing await
1 parent 2f6cf19 commit 78f7a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/devices/shields/xiao-expansion-board.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ select "Seeed Xiao ESP32-C3 Expansion board".
2121
import { XiaoExpansionBoard, startCharacterScreen } from "@devicescript/drivers"
2222
const shield = new XiaoExpansionBoard()
2323

24-
const display = await startCharacterScreen(shield.startDisplay())
24+
const display = await startCharacterScreen(await shield.startDisplay())
2525
const buzzer = await shield.startBuzzer()
2626
const button = await shield.startButton()
2727
```

0 commit comments

Comments
 (0)