turn of axp led while sleeping

This commit is contained in:
geeksville
2020-02-02 13:55:44 -08:00
parent ef4e7911f5
commit 74adc06f89
3 changed files with 14 additions and 6 deletions

View File

@@ -13,7 +13,7 @@
typedef int ErrorCode;
typedef uint8_t NodeNum;
#define MAX_TX_QUEUE 4 // max number of packets which can be waiting for transmission
#define MAX_TX_QUEUE 8 // max number of packets which can be waiting for transmission
/**