i/* an ESP01 board, using the internal flash | |
* with the ESP01-8266 only pins 0 and 2 are usable freely | |
* on ESP01-ESP32C3 this is 9 and 2 while 2 is an analog pin | |
* 9 cannot be pulled on low by any peripheral on boot because this | |
* brings the board to flash mode | |
*/ | |
/* see: https://github.com/espressif/arduino-esp32/issues/6376 | |
* nothing should block the port, e.g. DHT or anything | |
*/ | |
/* | |
* | |
* Currently only 8=SDA and 9=SCL works / tested with AHT10 | |
*/ | |