richonguzman / LoRa_APRS_Tracker

LoRa APRS Tracker with Tx and Rx capabilities, Messages, Wx, Winlink and more...
MIT License
168 stars 45 forks source link

Add instructions for programming via terminal / command line #87

Open NeoFromMatrix opened 2 months ago

NeoFromMatrix commented 2 months ago

It would be nice if someone could add instructions on how to compile, program and upload the config via linux command line /terminal.

I assume the commands are;

  1. Compile firmware and upload $ pio run -e ttgo-t-beam-v1_2 -t upload

  2. Upload filesystem (build spiffs.bin based on "data" folder and upload) $ pio run -t uploadfs

Can anyone verify the commands are correct?

Edit: Changed text

richonguzman commented 2 months ago

Hi , I would love to !

but I dont know much "command line" commands for vscode/esptool or the ways to do it.

but I would love to learn and apply this