dj1an / Cubecell_LoRa_APRS_Tracker

LoRa APRS Tracker for Heltec Cubecell GPS Boards
MIT License
15 stars 11 forks source link

Platformio issue Solved #7

Closed ON2ON-HAM closed 7 months ago

ON2ON-HAM commented 7 months ago

The Platformio.ini below is the only working one, if you want to compile without trouble please change accordingly ! The older " platform = asrmicro650x " in the original code is no longer valid from Heltec cubecell.

[env] platform = heltec-cubecell board = cubecell_gps framework = arduino monitor_speed = 115200 lib_deps = https://github.com/dj1an/APRS-Decoder-Lib.git#cubecell paulstoffregen/Time @ 1.6

[env:cubecell_gps]

upload_port = /dev/ttyUSB1

monitor_port = /dev/ttyUSB1

build_flags = -Werror -Wall

All the best 73 ON2ON