added esp32-wroom-32d board, fixed the measuring issue when connected to wifi. added esp8266 and esp32 and library.properties to avoid avr warning on arduino ide when compiling

This commit is contained in:
Yoimer Román
2020-08-23 21:17:21 -04:00
parent 11bef492e5
commit 71c0d82314
5 changed files with 140 additions and 2 deletions

View File

@ -6,5 +6,5 @@ sentence= This library allows you to read the MQ sensors very easily.
paragraph= This library allows an Arduino/Genuino/ESP8266 board to read MQ Sensors (AIr quality meter) references: MQ2, MQ3, MQ4, MQ5, MQ6, MQ7, MQ8, MQ9, MQ131, MQ135, MQ303A, MQ309A.
category= Sensors
url=https://github.com/miguel5612/MQSensorsLib
architectures=avr
architectures=avr,esp8266,esp32
license=MIT