stanleyhuangyc / Freematics

Official source code repository for Freematics
https://freematics.com
419 stars 345 forks source link

Make telelogger example compilable #120

Closed maxgerhardt closed 3 years ago

maxgerhardt commented 3 years ago

The platformio.ini references a non-existing branch of the platform-espressif32 repository, thus giving the error

fatal: Remote branch feature/stage not found in upstream origin

making it unable to compile. This commit removes that line and switches to the standard espressif32 mainline platform.

The same error may also be contained in other platformio.ini files, but this is the one that was reported in the PIO forum.

maxgerhardt commented 3 years ago

I see this has been resolved in master by pointing to the bleeding-edge version of the platform (https://github.com/platformio/platform-espressif32.git). Stable platform would have been nicer, but I guess this works too.. Closing.