Skip to content

Commit

Permalink
[DOCS] Add warning for Shelly Plus 1 (#1392)
Browse files Browse the repository at this point in the history
This board firmware is for testing only, not for production use
  • Loading branch information
1technophile authored Jan 13, 2023
1 parent 76b5e92 commit cc81b0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/upload/web-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The table below describes the libraries and the modules of each board configurat
|esp32dev-somfy-CC1101|ESP32 dev board|Gateway using [Somfy Remote](https://github.com/Legion2/Somfy_Remote_Lib) library, need CC1101|X|-|-|-|
|esp32dev-weatherstation|ESP32 dev board|Gateway to retrieve weather station data Ventus W174/W132 (tested), Auriol H13726, Hama EWS 1500, Meteoscan W155/W160 using [WeatherStationDataRx](https://github.com/Zwer2k/WeatherStationDataRx)|X|-|-|-|
|esp32feather-ble|ESP32 Feather Adafruit|BLE for the Adafruit Feather board|-|-|X|-|
|shelly-plus1|Shelly Plus 1 relay board|BLE, Relay control, Switch|-|-|X|-|
|shelly-plus1|Shelly Plus 1 relay board (for TESTS ONLY, NOT FOR PRODUCTION USE)|BLE, Relay control, Switch|-|-|X|-|
|heltec-wifi-lora32-868|ESP32 HELTEC LORA V2|LORA communication 868Mhz using [arduino-LoRA](https://github.com/sandeepmistry/arduino-LoRa) |-|-|-|X|
|heltec-wifi-lora32-915|ESP32 HELTEC LORA V2|LORA communication 915Mhz using [arduino-LoRA](https://github.com/sandeepmistry/arduino-LoRa)|-|-|-|X|
|heltec-rtl_433|ESP32 HELTEC LORA32 v2|Gateway using [RTL_433_ESP](https://github.com/NorthernMan54/rtl_433_ESP) and [RadioLib](https://github.com/jgromes/RadioLib)|X|-|-|-|
Expand Down
1 change: 1 addition & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1039,6 +1039,7 @@ build_flags =
; '-DDISPLAY_IDLE_LOGO=false'
; '-DDISPLAY_METRIC=false'

; For testing only, not for production use
[env:shelly-plus1]
platform = ${com.esp32_solo_platform}
board = esp32-solo1
Expand Down

0 comments on commit cc81b0b

Please sign in to comment.