platformio / platform-espressif8266

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

Add support for ESP8266 Deauther #169

Closed exocode closed 5 years ago

exocode commented 5 years ago

What kind of issue is this?

Can you add this board, please?

https://github.com/LilyGO/esp8266_deauther

PINOUT is here: https://oneguyoneblog.com/2018/12/28/wemos-d1-esp-wroom-02-arduino-ide/

ivankravets commented 5 years ago

See settings from this repo https://github.com/LilyGO/esp8266_deauther/raw/master/images/set%20up.png

You can use NodeMCU 1.0 board manifest. See how to configure lwIP => http://docs.platformio.org/en/latest/platforms/espressif8266.html#configuration

exocode commented 5 years ago

nice thanks