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
262 stars 139 forks source link

PlatformIO support #49

Closed mjoldfield closed 2 years ago

mjoldfield commented 2 years ago

This change makes the software compile on PlatformIO. There are three changes which I perhaps should have split up:

  1. There is a workaround for multiple definitions of hal_init, which has been previously discussed.
  2. lib_deps now refers to the relevant GitHub repos.
  3. lmic_project_config.h is ignored; instead the radio info is now defined in platformIio.ini for ease of customization.
kizniche commented 2 years ago

Thanks for the PR