You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/astro/src/content/docs/guide/platforms/embedded.mdx
+3
Original file line number
Diff line number
Diff line change
@@ -130,6 +130,8 @@ In your build.rs, you must include a call to `slint_build::print_rustc_flags().u
130
130
<TabItemlabel="C++">
131
131
To use Slint with your C++ application, you can follow the instructions on the [Espressif Documentation site](https://components.espressif.com/components/slint/slint)
132
132
</TabItem>
133
+
134
+
{/*
133
135
<TabItem label="Rust">
134
136
#### Prerequisites
135
137
@@ -147,6 +149,7 @@ To compile and run the Slint Printer demo:
When flashing, with `esplash`, you will be prompted to select a USB port. If this port is always the same, then you can also pass it as a parameter on the command line to avoid the prompt. For example if
197
197
`/dev/ttyUSB1` is the device file for your port, the command line changes to `espflash --monitor /dev/ttyUSB1 path/to/binary/to/flash_and_monitor`.
0 commit comments