Replace Wemos D1 mini with Wemos D1 mini ESP32

This commit is contained in:
2026-03-10 15:44:37 +01:00
parent 82aae5a4d6
commit 0893f1e06b
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
* Muraqib * Muraqib
CO2 sensor that collects and sends its data via MQTT to a server. The board of the sensor is the Wemos D1 mini and the sensor is a SCD41. CO2 sensor that collects and sends its data via MQTT to a server. The board of the sensor is the Wemos D1 mini ESP32 and the sensor is a SCD41.
** Pinout of the board ** Pinout of the board

View File

@@ -8,12 +8,12 @@
; Please visit documentation for the other options and examples ; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html ; https://docs.platformio.org/page/projectconf.html
[env:d1_mini] [env:s2_mini]
platform = espressif8266 platform = espressif32
board = d1_mini board = wemos_d1_mini32
board_build.filesystem = littlefs board_build.filesystem = littlefs
framework = arduino framework = arduino
monitor_filters = esp8266_exception_decoder monitor_filters = esp32_exception_decoder
lib_deps = lib_deps =
sensirion/Sensirion I2C SCD4x@^1.1.0 sensirion/Sensirion I2C SCD4x@^1.1.0
marvinroger/AsyncMqttClient@^0.9.0 marvinroger/AsyncMqttClient@^0.9.0