Skip to content

Commit f651e9d

Browse files
committed
Fixing terminal styles
1 parent cdb391d commit f651e9d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

docs/astro.config.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ export default defineConfig({
1818
// You can also override styles
1919
borderRadius: '0.5rem',
2020
borderColor: ['gray', 'black'],
21+
frames: {
22+
terminalTitlebarBackground: ['#414868', 'lightGray'],
23+
terminalTitlebarBorderBottomColor: ['gray', 'black'],
24+
terminalTitlebarDotsOpacity: '0.5',
25+
}
2126
},
2227
},
2328
title: 'UW Orbital',

docs/src/content/docs/getting-started/build-obc.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,10 @@ There are two main ways to flash to the OBC: **using the bootloader** or **using
4040
UniFlash may get stuck sometimes and throw errors. In such cases, navigate to session on the top red bar and start a new session. You will have to reconfigure UniFlash but it should get working again.
4141
:::
4242
### Flashing Via the Bootloader (WIP)
43-
1. Use UniFlash to flash the `OBC-bl.out` file, ensuring you have built it for the correct board.
43+
1. Use UniFlash to flash the `OBC-bl.out` file, ensuring you have built it for the correct board using the right argument for the `-DBOARD_TYPE=` option.
44+
2. From the root directory activate the python virtual environment with the following command
45+
46+
```shell
47+
source venv/bin/activate
48+
```
4449

0 commit comments

Comments
 (0)