This commit is contained in:
geeksville
2020-02-05 22:13:27 -08:00
parent 83fb38b38c
commit 0050e4b05a
3 changed files with 16 additions and 6 deletions

View File

@@ -29,7 +29,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// Version
// -----------------------------------------------------------------------------
#define APP_NAME "meshtastic-esp32"
#define APP_NAME "meshtastic"
#define APP_VERSION "0.0.1"
// -----------------------------------------------------------------------------
@@ -46,7 +46,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#endif
// If we are using the JTAG port for debugging, some pins must be left free for that (and things like GPS have to be disabled)
// we don't support jtag on the ttgo - access to gpio 12 is a PITA
#ifdef HELTEC_LORA32
#define USE_JTAG
#endif
#define DEBUG_PORT Serial // Serial debug port
#define SERIAL_BAUD 115200 // Serial debug baud rate