luc-github / ESP3D

FW for ESP8266/ESP8285/ESP32 used with 3D printer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] platformio.ini env:esp01s_160mhz] has a typo in the platform setting causing build to fail

andy-spoo opened this issue · comments

Describe the bug

To Reproduce

  1. Select Visual Studio Code as the build environment.
  2. Load V3 of ESP3D
  3. Go to the Platformio section.
  4. Select esp01s_160mhz as the build environment.
  5. Build fails.

Expected behaviour

It should compile.

EASY FIX
Original code:- platform = espressif8266@@4.1.0
Needs to have an '@' removed, so it reads platform = espressif8266@4.1.0

Thank your for submiting, please be sure you followed template or your issue may be dismissed. if you deleted the template it is here

commented

Indeed this typo is present since february and it is not seen by CI because it only test the esp8266 env not all
Fixed in 7427f69

It did make me feel like perhaps I am the only one using this board :-)

commented

Well several people use esp32 / ESP12 or esp01 but with 4MB to have the webupdate
There are less and less true ESP01 used now I think, and these ones still use ESP3D 2.X because ESP01M is not easy to update

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.