diff --git a/docs/software/client.mdx b/docs/hardware/m5atom.mdx similarity index 76% rename from docs/software/client.mdx rename to docs/hardware/m5atom.mdx index df1a628..84e9155 100644 --- a/docs/software/client.mdx +++ b/docs/hardware/m5atom.mdx @@ -1,6 +1,6 @@ --- -title: "Setup" -description: "Get your 01 client up and running" +title: "M5 Atom" +description: "Prep your M5 Atom" --- ## ESP32 Playback @@ -16,27 +16,3 @@ To set up audio recording + playback on the ESP32 (M5 Atom), do the following: 4. The board needs to connect to WiFi. Once you flash, connect to ESP32 wifi "captive" which will get wifi details. Once it connects, it will ask you to enter 01OS server address in the format "domain.com:port" or "ip:port". Once its able to connect you can use the device. 5. To flash the .ino to the board, connect the board to the USB port, select the port from the dropdown on the IDE, then select the M5Atom board (or M5Stack-ATOM if you have that). Click on upload to flash the board. - -## Desktop - -### Server with a client - -```bash -# run 01 with no args -poetry run 01 -``` - -### Client only - -```bash -poetry run 01 --client -``` - -### Flags - -- `--client` - Run client. - -- `--client-type TEXT` - Specify the client type. - Default: `auto`. diff --git a/docs/mint.json b/docs/mint.json index efbf9e2..09b4f76 100644 --- a/docs/mint.json +++ b/docs/mint.json @@ -41,11 +41,11 @@ }, { "group": "Software Setup", - "pages": ["software/installation", "software/setup", "software/client"] + "pages": ["software/installation", "software/setup"] }, { "group": "Hardware Setup", - "pages": ["hardware/01-light"] + "pages": ["hardware/01-light", "hardware/m5atom"] }, { "group": "Using 01",