From 9e1d0e92c40979e47413eaed4195407663f7e4f2 Mon Sep 17 00:00:00 2001 From: Carsten Schmiemann Date: Tue, 2 Aug 2022 23:03:50 +0200 Subject: [PATCH] Update gitignore --- .gitignore | 3 ++- platformio.ini | 5 +---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 3b8da3a..01ec12a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .pio -.vscode \ No newline at end of file +.vscode +data/tracker.json \ No newline at end of file diff --git a/platformio.ini b/platformio.ini index 1347023..a7df56e 100644 --- a/platformio.ini +++ b/platformio.ini @@ -1,7 +1,4 @@ -[platformio] -default_envs = ttgo-t-beam-v1 - -[env] +[env:ttgo_tbeam] platform = espressif32 @ 3.0.0 framework = arduino lib_ldf_mode = deep+