Skip to content

Makefile flashing ports #26

@jacobeva

Description

@jacobeva

Currently the ports for flashing such as /dev/ttyACM0, etc are hardcoded in the makefile. These should be changed to environment variables specified when running make, e.g:
PORT=/dev/ttyACM1 make upload-rak4631

There should also be a default port specified for each upload target if the environment variable isn't set. These should all be set under the assumption of Linux port naming conventions, e.g. /dev/ttyACM5, etc.

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