Slight changes to the code to make it compatible with ESP-IDF.
The main advantage is to be able to use bluetooth proxy with BLE temperature sensors.
I've been using framework esp-idf to compile the code for 7 LG AC units for a couple of months with no issues.
For checking the pin value, I've looked into using esphome::GPIOPin before. I'll see if we can use that so that we don't need to implement the low-level APIs ourselves.
Slight changes to the code to make it compatible with ESP-IDF. The main advantage is to be able to use bluetooth proxy with BLE temperature sensors. I've been using framework esp-idf to compile the code for 7 LG AC units for a couple of months with no issues.