Skip to content

Commit 57a2073

Browse files
committed
fixed WiCAN upper case
1 parent ae084fa commit 57a2073

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# WiCan Docs
1+
# WiCAN Docs
22

33

44
These docs are generated using [docus](https://docus.dev/). To update any of them, just update the markdown file in the content folder.

docs/app.config.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// https://github.com/nuxt-themes/docus/blob/main/nuxt.schema.ts
22
export default defineAppConfig({
33
docus: {
4-
title: 'WiCan Docs',
5-
description: 'Docs and guides around WiCan',
4+
title: 'WiCAN Docs',
5+
description: 'Docs and guides around WiCAN',
66
socials: {
77
github: 'meatpiHQ/wican-fw',
88
},

docs/content/0.Config/WiFi.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
## Configuring WiFi
22

3-
Your WiCan will broadcast its own Access Point, that you can connect to. It will be called `WiCAN_xxxxxxx`. You can connect to it with the default password `@meatpi#`.
3+
Your WiCAN will broadcast its own Access Point, that you can connect to. It will be called `WiCAN_xxxxxxx`. You can connect to it with the default password `@meatpi#`.
44

55
If you are using a phone, you may need to wait a few seconds and confirm you want to connect to a network that does not provide internet.
66

7-
Once connected you can go to `192.168.80.1` in your browser to get to the WiCan settings.
7+
Once connected you can go to `192.168.80.1` in your browser to get to the WiCAN settings.
88

9-
From there you can go to the `Settings` tab to change `Mode` to AP+Station, and input your home `SSID` and `Password`. Once saved you can check the `Status` tab to see your WiCan `Station IP`. Once you have the station IP, you can connect your phone from the WiCan AP to your regular home WiFi, and go to the `Station IP` you just got from the Status tab. This should show you the same website as you saw earlier. Congradulations you now have your WiCan connected to home WiFi.
9+
From there you can go to the `Settings` tab to change `Mode` to AP+Station, and input your home `SSID` and `Password`. Once saved you can check the `Status` tab to see your WiCAN `Station IP`. Once you have the station IP, you can connect your phone from the WiCAN AP to your regular home WiFi, and go to the `Station IP` you just got from the Status tab. This should show you the same website as you saw earlier. Congradulations you now have your WiCAN connected to home WiFi.

docs/content/0.index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ title: Home
33
navigation: false
44
---
55

6-
Welcome to the WiCan docs.
6+
Welcome to the WiCAN docs.
77

88
Use the menu to find various pages. Also checkout out the [contributing](/contributing) page on how to add and update these docs.
99

10-
All the docs assume you are running the latest version of the WiCan Firmware, please make sure you keep your firmware up to date.
10+
All the docs assume you are running the latest version of the WiCAN Firmware, please make sure you keep your firmware up to date.
1111

1212
These docs are very new, and defiantly still a work in progress. Feel free to help out and migrate helpful content from the main README.md, and various issues/discussions all in here to get them in in a central place
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Overview
3-
description: Overview of Home Assistant Integration with WiCan
3+
description: Overview of Home Assistant Integration with WiCAN
44
---
55

66
## Home Assistant
77

8-
WiCan currently can connect to Home Assistant via MQTT. There are also plans for an upcoming proper API integration in the future. For now see [MQTT](/home-assistant/mqtt/) to set it up via MQTT
8+
WiCAN currently can connect to Home Assistant via MQTT. There are also plans for an upcoming proper API integration in the future. For now see [MQTT](/home-assistant/mqtt/) to set it up via MQTT

0 commit comments

Comments
 (0)