mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 10:42:49 +00:00
jlink jtag debug now works on lora32 board, problem was gpio14 is needed
This commit is contained in:
@@ -27,6 +27,7 @@ MeshRadio::MeshRadio(MemoryPool<MeshPacket> &_pool, PointerQueue<MeshPacket> &_r
|
||||
|
||||
bool MeshRadio::init()
|
||||
{
|
||||
#ifdef RESET_GPIO
|
||||
pinMode(RESET_GPIO, OUTPUT); // Deassert reset
|
||||
digitalWrite(RESET_GPIO, HIGH);
|
||||
|
||||
@@ -35,6 +36,7 @@ bool MeshRadio::init()
|
||||
delay(10);
|
||||
digitalWrite(RESET_GPIO, HIGH);
|
||||
delay(10);
|
||||
#endif
|
||||
|
||||
if (!manager.init())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user