platformio / platform-espressif8266

Espressif 8266: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/espressif8266
Apache License 2.0
320 stars 218 forks source link

**Feature Request** Please add Board AZ-Delivery D1 Mini ESP8266MOD 12-F #301

Open migoldfinger opened 11 months ago

migoldfinger commented 11 months ago

As a workaround I use WeMod D1 R2 and mini for my project settings.

however

Monitoring seems to struggle. Instead of "Led is on" output "Led is off" the example should produce in the terminal I got glibberisch

�КҒ����������������������������ݐ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ȷ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������

OS: Windows 10 Board: AZ-Delivery D1 Mini ESP8266MOD 12-F USB-Driver: ch340

migoldfinger commented 11 months ago

At lest the problem with the monitor output is solved. The example hat a to high setting changing to Serial.begin(9600); did the trick.