kizniche / ttgo-tbeam-ttn-tracker

TTGO T-Beam Tracker for TTN Mapper and TTN Tracker using US (915 MHz) and EU (868 MHz) frequencies
https://kylegabriel.com/projects/2019/04/lorawan-tracker-and-mapper.html
GNU General Public License v3.0
265 stars 139 forks source link

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

Open Wlanfr3ak opened 1 year ago

Wlanfr3ak commented 1 year ago

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
nickelblack619 commented 1 month ago

It works! Thanks!