Dependancies
🌳 An outdoor LoRa-GPS tracker with an E-Ink display 🔑
Reading and writing a struct to the non-volatile flash memory.
Dependancies
Write a set of config to the flash storage and read it back.
struct Config {
byte localAddress;
byte destinationAddress;
char eink_version[4];
char hardware_model[2];
};
ls -al /dev/cu.usbmodem
and arduino-cli board list
. Run make
to compile and upload the code to the board.