piotrC4 / mqtt-ir-transceiver

ESP8266 based bidirectional bridge between MQTT and IR (change MQTT message to IR signal and change received IR signal to MQTT message)
142 stars 34 forks source link

the description for the board type does not match the config files #24

Open octavius08 opened 3 years ago

octavius08 commented 3 years ago

Attention! The config files: "platformio.ini" and "globals.h" are set for the "esp01_1m" board and not fot the Wemos "d1_mini" on the Github. it's the opposite of what is described.

_"For ESP01 following changes have to take place: in platformio.ini change board from d1_mini to esp011m in globals.h comment out line "#define DEBUG X" "