Commit Graph

6 Commits

Author SHA1 Message Date
geeksville be4983b056 add explicit dependency on SPI lib 2020-02-01 08:28:18 -08:00
geeksville fb662abe6d debug console is 115200 bps 2020-02-01 05:02:27 -08:00
geeksville c263355ada Store joinned network info in flash, so that OTAA will work nicely 2020-01-18 13:21:00 -08:00
geeksville 67b6555cc0 remove old settings 2020-01-17 21:29:38 -08:00
geeksville bb01201e57 we don't want warnings about missing initalizers 2020-01-17 15:22:03 -08:00
geeksville 1e9fedcbd7 minor changes needed to build with platformio
I prefer platformio over the arduino IDE because
it automatically does library dependencies and
has lots of other goodness.

To build and install to a connected device just do:

pio run
2020-01-17 15:15:00 -08:00