Skip to content

Compile fails due to Platformio.ini typo #3

Description

@SV-Krishna

Hello

When compiling this project you get the following error:

Archiving .pio\build\esp32dev\libFrameworkArduino.a
*** [.pio\build\esp32dev\firmware.elf] Implicit dependency C:\Users\Antony Slack\.platformio\platforms\espressif32\builder\2' not found, needed by target .pio\build\esp32dev\firmware.elf'.
============================================================================== [FAILED] Took 453.85 seconds ==============================================================================

This is due to the following typo in platformio.ini

build_flags =
-D LED_BUILTIN = 2

the correct text should be

build_flags =
-D LED_BUILTIN=2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions