Skip to content

Commit

Permalink
Merge branch 'lasp:main' into param-sys-testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Jbsco authored Sep 7, 2024
2 parents 44c9542 + cc3ce58 commit 8d4d0ba
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/assembly/linux/main/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ The COSMOS Docker container must be configured to use the same ports as Adamant.
- "127.0.0.1:7779:7779" # Event packets
```

To prevent the COSMOS demo plugin from automatically installing itself each time the COSMOS containers are started, edit the environment configuration at `cosmos-project/.env` and comment out the following line:

```
# OPENC3_DEMO=1
```

Start COSMOS by running:

```
Expand Down
6 changes: 6 additions & 0 deletions src/assembly/pico/main/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,12 @@ $ ls /dev/tty*
> - "127.0.0.1:7779:7779" # Event packets
> ```
To prevent the COSMOS demo plugin from automatically installing itself each time the COSMOS containers are started, edit the environment configuration at `cosmos-project/.env` and comment out the following line:

```
# OPENC3_DEMO=1
```

Start COSMOS by running:

```
Expand Down

0 comments on commit 8d4d0ba

Please sign in to comment.