Try to decode mqtt packets first (#1705)

* Try to decode first

* Remove GPS pins from TLoRAv1 so that it can boot

* Use release version of radio lib

* Use fixed versions of esp framework and tool chain
This commit is contained in:
Ben Meadors
2022-09-25 09:39:50 -05:00
committed by GitHub
parent de769db3bc
commit ae311c838e
4 changed files with 4 additions and 6 deletions

View File

@@ -1,7 +1,5 @@
#undef GPS_RX_PIN
#undef GPS_TX_PIN
#define GPS_RX_PIN 36
#define GPS_TX_PIN 37
#define I2C_SDA 4 // I2C pins for this board
#define I2C_SCL 15