xose wrote:I thought this was the "General Discussions" subforum in the ESP8266 Arduino platform, not only talking about the IDE...
Well yes --- but not the "AT" commands under Arduino.... just the ESP8266 core.
but when one compiles an Arduino sketch for the ESP8266, the sketch, libraries, core files, and latest Espressif proprietary files are all uploaded to flash.
So, IMO over-the-air updates makes sense for binaries created by the ArduinoIDE but not to add "new capabilities" such as DHT22 support because the remote ESP8266 would not have DHT22 sensors. Well, that is unless one planned on "activating" the sensors after the fact ... maybe a fully-sensor equipped board is sold to a customer and some sensors are "not enabled" unless the customer pays for an upgrade. Somewhat of a strange situation, IMO.
Ray