Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Set custom Arduino IDE preferences #1464

Closed
@DRSDavidSoft

Description

@DRSDavidSoft

Hi there, I'm looking into the documentation, but haven't quite figured this out yet.

Is there a way to pass some preferences to the ide? The command line would be something like --pref key=value, but I was wondering if there is a way to set such configuration in arduino.json, and have it be passed using the setPref() method call:

public async setPref(key, value) {

So maybe I could write config like this:

{
    "preferences": {
        "upload.tool": "avrdude_custom"
    }
}

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