Tweak README

This commit is contained in:
2026-02-25 13:46:23 +00:00
parent 6e12c9c72e
commit 6ff9791b11

View File

@@ -18,13 +18,13 @@ You should then be able to open <http://localhost:8080> in a browser
and use the system from there. and use the system from there.
**NOTE**: The server is just a very simple instantiation of Python's **NOTE**: The server is just a very simple instantiation of Python's
built-in `http.server` that sets the cross-origin headers required for built-in `http.server.HTTPServer`, configured to set the cross-origin
`SharedMemoryBuffer` use. You could use any HTTP server that sets headers required for `SharedMemoryBuffer` use. You could use any HTTP
these headers. server that sets these headers.
## Peripherals ## Peripherals
# Serial # Terminal
| Name | Offset | Size / B | Access | | Name | Offset | Size / B | Access |
|--------|--------|----------|--------------| |--------|--------|----------|--------------|