Skip to content

Commit

Permalink
Add Theengs links (#1249)
Browse files Browse the repository at this point in the history
  • Loading branch information
1technophile authored Jul 28, 2022
1 parent 8012854 commit 9ea985c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module.exports = {
{ text: 'Devices', link: 'https://compatible.openmqttgateway.com/index.php/devices', target:'_self', rel:''},
{ text: 'Boards', link: 'https://compatible.openmqttgateway.com/index.php/boards', target:'_self', rel:''},
{ text: 'Upload', link: '/upload/web-install.html'},
{ text: 'BLE2MQTT for servers', link: 'https://gateway.theengs.io/'}
{ text: 'Theengs🆕', link: 'https://app.theengs.io/'}
],
sidebar: [
['/','0 - What is it for 🏠'],
Expand Down
1 change: 1 addition & 0 deletions docs/participate/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
If you like the project and/or used it please consider supporting it! It can be done in different ways:
* Helping other users in the [community](https://community.openmqttgateway.com)
* [Contribute](development) to the [code](https://github.com/1technophile/OpenMQTTGateway) or the [documentation](https://docs.openmqttgateway.com)
* Buy the [Theengs mobile application](https://app.theengs.io)
* Buy devices, boards or parts from the [compatible web site](https://compatible.openmqttgateway.com), the devices and parts linked use affiliated links.
* Donate or sponsor the project [developers](https://github.com/1technophile/OpenMQTTGateway/graphs/contributors)
* Make a video or a blog article about what you have done with [OpenMQTTGateway](https://docs.openmqttgateway.com) and share it.
6 changes: 5 additions & 1 deletion docs/prerequisites/board.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ Moreover the gateways capacities can be extended with sensors; DHT, HC SR501, AD
or actuators; LED, relays, PWM.

::: tip Running on a computer
If you want to use the BLE decoding capabilities of OpenMQTTGateway with a Raspberry Pi, Windows or Unix PC you can now leverage [Theengs Gateway](https://theengs.github.io/gateway/).
If you want to use the BLE decoding capabilities of OpenMQTTGateway with a Raspberry Pi, Windows or Unix PC you can use [Theengs Gateway](https://gateway.theengs.io/).
:::

::: tip Running on a tablet or phone
If you want to use the BLE decoding capabilities of OpenMQTTGateway with a tablet or smartphone you can use [Theengs App](https://app.theengs.io/).
:::

Here is some information to find the boards suitable for your need, you have the choice between off the shelves boards and DIY setup.
Expand Down
5 changes: 5 additions & 0 deletions docs/upload/web-install.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# (Option 1) Upload from the web

::: tip Running on a tablet or phone
If you want to use the BLE decoding capabilities of OpenMQTTGateway with a tablet or smartphone you can use [Theengs App](https://app.theengs.io/).
:::

You can upload the firmware to your ESP device directly from here.
1. Plug in your ESP to a USB port.
2. Select the firmware in the box below.
Expand Down

0 comments on commit 9ea985c

Please sign in to comment.