jlink jtag debug now works on lora32 board, problem was gpio14 is needed

This commit is contained in:
geeksville
2020-02-05 15:37:58 -08:00
parent 1929d38226
commit 83fb38b38c
8 changed files with 124 additions and 31 deletions

View File

@@ -14,6 +14,7 @@
# Medium priority
* Heltec LoRa32 has 8MB flash, use a bigger partition table if needed (Auto-detected Flash size: 8MB) - check to see what the TTGO board detects as
* don't send location packets if we haven't moved
* send correct hw vendor in the bluetooth info - needed so the android app can update different radio models
* use https://lastminuteengineers.com/esp32-sleep-modes-power-consumption/ association sleep pattern to save power - but see https://github.com/espressif/esp-idf/issues/2070