1technophile / OpenMQTTGateway

MQTT gateway for ESP8266 or ESP32 with bidirectional 433mhz/315mhz/868mhz, Infrared communications, BLE, Bluetooth, beacons detection, mi flora, mi jia, LYWSD02, LYWSD03MMC, Mi Scale, TPMS, BBQ thermometer compatibility & LoRa.
https://docs.openmqttgateway.com
GNU General Public License v3.0
3.55k stars 784 forks source link

platformio.ini missing board #1653

Closed PricelessToolkit closed 1 year ago

PricelessToolkit commented 1 year ago

"TTGO LILYGO LORA 32 433mhz with OLED display V2" are supported for LoRa Link but missing in the file "platformio.ini"

1technophile commented 1 year ago

Environments have been moved to environments.ini https://github.com/1technophile/OpenMQTTGateway/blob/7df72f6983bfa07d7840eb57a347d9daf9b4e903/environments.ini#L778

PricelessToolkit commented 1 year ago

Thanks, so I need to define the board in "environments.ini" and don't touch platformio.ini. ?

1technophile commented 1 year ago

My advice is to create a separate prod_env.ini (in the same folder as the others) and have your private environments reside in it.

PricelessToolkit commented 1 year ago

thanks!!

1technophile commented 1 year ago

Let me know if you have other questions