Releases: canaryradio/firmware
Releases · canaryradio/firmware
v2.2.22.4d18bc0
Prelease, including working canary firmware until canaryone is included in upstream
release.
v2.2.20-canary
Canary Alpha v2.1.20b
This is one of two variants in testing. The only difference is that the GPS RX/TX pins are swapped.
#define GPS_TX_PIN (GPIO_PORT1 + 9) // This is for bits going TOWARDS the CPU
#define GPS_RX_PIN (GPIO_PORT1 + 8) // This is for bits going TOWARDS the GPS
Canary Alpha v2.1.20a
This is one of two variants in testing. The only difference is that the GPS RX/TX pins are swapped.
#define GPS_TX_PIN (GPIO_PORT1 + 8) // This is for bits going TOWARDS the CPU
#define GPS_RX_PIN (GPIO_PORT1 + 9) // This is for bits going TOWARDS the GPS
Canary Alpha
Initial Testing release of Meshtastic firmware for Canary