T1000-E hardware updates and GPS positioning accuracy optimisation (#6003)

* T1000-E button setting update

* T1000-E GNSS lock error fix

* T1000-E GNSS improve detection success

---------

Co-authored-by: WayenWeng <jinyuan.weng@seeed.cc>
This commit is contained in:
dylanli
2025-02-07 16:02:56 +08:00
committed by GitHub
parent 4a6a0efcfd
commit 4e8c4f0d55
2 changed files with 23 additions and 1 deletions

View File

@@ -55,7 +55,7 @@ extern "C" {
#define BUTTON_PIN (0 + 6) // P0.06
#define BUTTON_ACTIVE_LOW false
#define BUTTON_ACTIVE_PULLUP false
#define BUTTON_SENSE_TYPE 0x6
#define BUTTON_SENSE_TYPE 0x5 // enable input pull-down
#define HAS_WIRE 1