Skip to content

Commit

Permalink
adding favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
rlhoussaine committed Nov 18, 2024
1 parent 2440fec commit e9d5e93
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 16 deletions.
Empty file removed ().md
Empty file.
13 changes: 6 additions & 7 deletions .obsidian/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"state": {
"type": "markdown",
"state": {
"file": "flatsat/ccsdspackets.qmd",
"file": "LearningMore/yamcsbasesetup.qmd",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "ccsdspackets"
"title": "yamcsbasesetup"
}
}
]
Expand Down Expand Up @@ -139,10 +139,10 @@
"state": {
"type": "outline",
"state": {
"file": "flatsat/ccsdspackets.qmd"
"file": "LearningMore/yamcsbasesetup.qmd"
},
"icon": "lucide-list",
"title": "Plan de ccsdspackets"
"title": "Plan de yamcsbasesetup"
}
},
{
Expand Down Expand Up @@ -173,19 +173,18 @@
"templater-obsidian:Templater": false,
"table-editor-obsidian:Advanced Tables Toolbar": false,
"obsidian-git:Open Git source control": false,
"obsidian-kanban:Create new board": false,
"obsidian-excalidraw-plugin:Create new drawing": false
"obsidian-kanban:Create new board": false
}
},
"active": "bdbe27e596921cb8",
"lastOpenFiles": [
"flatsat/ccsdspackets.qmd",
"flatsat/images/TMdfs.png",
"flatsat/images/pustc.png",
"flatsat/images/pustm.png",
"flatsat/pus.md",
"flatsat/can.qmd",
"flatsat/images/puframe.png",
"flatsat/ccsdspackets.qmd",
"flatsat/flatsat.qmd",
"flatsat/endurance.qmd",
"flatsat/images/TMsh.png",
Expand Down
10 changes: 1 addition & 9 deletions LearningMore/yamcsbasesetup.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,4 @@ myproject/
```bash
cd myproject/
mvn yamcs:run
```

Now you can set up the candump command (from the librairy can utils) to see can packets going through the virtual CAN :

```bash
sudo ip link add dev vcan0 type vcan
sudo ip link set up vcan0
candump -i vcan0
```
```
2 changes: 2 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ website:
title: "FlatSat Introduction Presentation"
site-url: "https://rlhoussaine.github.io/FlatSatIntro/"

favicon: images/wsl.png

repo-url: https://github.com/rlhoussaine/FlatSatIntro
repo-actions: [edit, issue]

Expand Down

0 comments on commit e9d5e93

Please sign in to comment.