From 17560c9fa742a32d3d041aae931cb9f61a9fca2a Mon Sep 17 00:00:00 2001 From: DigiH Date: Sun, 24 Jul 2022 02:20:31 +0200 Subject: [PATCH] undecoded env renaming environment/binary build env:esp32dev-ble-mqtt-decode renamed to esp32dev-ble-mqtt-undecoded for clarification --- docs/upload/web-install.md | 2 +- platformio.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/upload/web-install.md b/docs/upload/web-install.md index f3bdcc06cb..4631020548 100644 --- a/docs/upload/web-install.md +++ b/docs/upload/web-install.md @@ -26,7 +26,7 @@ The table below describes the libraries and the modules of each board configurat |esp32-olimex-gtw-ble-wifi|Olimex Ethernet Gateway (non POE) using wifi| BLE gateway|-|-|X|-| |esp32dev-ble-cont|ESP32 dev board|BLE gateway with continuous scanning, suitable in particular for door and window BLE sensors (and all the others)|-|-|X|-| |esp32dev-ble|ESP32 dev board|BLE gateway with one scan every 55s per default|-|-|X|-| -|esp32dev-ble-mqtt-decode|ESP32 dev board|BLE gateway with the decoding offloaded to [Theengs Gateway](https://gateway.theengs.io/)|-|-|X|-| +|esp32dev-ble-mqtt-undecoded|ESP32 dev board|BLE gateway with the decoding offloaded to [Theengs Gateway](https://gateway.theengs.io/)|-|-|X|-| |esp32dev-gf-sun-inverter|ESP32 dev board|RS232 reading of GridFree Sun Inverter|-|-|-|-| |esp32dev-ir|ESP32 dev board|Infrared (Emitting and receiving) using [IRremoteESP8266](https://github.com/crankyoldgit/IRremoteESP8266)|-|X|-|-| |esp32dev-multi_receiver|ESP32 dev board|Multi RF library with the possibility to switch between [ESPilight](https://github.com/puuu/ESPiLight), [RTL_433_ESP](https://github.com/NorthernMan54/rtl_433_ESP), [NewRemoteSwitch](https://github.com/1technophile/NewRemoteSwitch) and [RCSwitch](https://github.com/1technophile/rc-switch), need CC1101|X|-|-|-| diff --git a/platformio.ini b/platformio.ini index 0f301d9944..374898b347 100644 --- a/platformio.ini +++ b/platformio.ini @@ -406,7 +406,7 @@ build_flags = '-DLED_SEND_RECEIVE_ON=0' '-DGateway_Name="OpenMQTTGateway_ESP32_BLE"' -[env:esp32dev-ble-mqtt-decode] +[env:esp32dev-ble-mqtt-undecoded] platform = ${com.esp32_platform} board = esp32dev board_build.partitions = min_spiffs.csv