Skip to content

Problems with Compiling vor v07 with theses Fixes it works #60

@Wlanfr3ak

Description

@Wlanfr3ak

Like the Readme it didn't work for my to compile. Here my changes (no guaranty!):

  1. add "#define hal_init LMICHAL_init" to the lmic_project_config.h
  2. (only if errors for you!) rename from in main.ino:
    if (axp.isCharging()) {
    baChStatus = "Charging";
    to:
    if (axp.isChargeing()) {
    baChStatus = "Charging";
  3. Set Frequency to 40 MHz and Baud Rate to 115200

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions