t-beam supreme: fixes and consolidation

Made changes requested by Scott
Simplified gps init sequence and removed unnecessary code
Reverted SensorManager change
Updated PMU flow to enable header outputs
이 커밋은 다음에 포함됨:
cod3doomy
2025-05-25 21:23:31 -07:00
부모 64f30e82a4
커밋 4b103ca0de
4개의 변경된 파일44개의 추가작업 그리고 105개의 파일을 삭제
+1 -3
파일 보기
@@ -16,7 +16,7 @@ class TbeamSupSensorManager: public SensorManager {
LocationProvider * _nmea;
Adafruit_BME280 bme;
double node_temp, node_hum, node_pres;
int sensorNum = 2;
int sensorNum = 1;
#define SEALEVELPRESSURE_HPA (1013.25)
@@ -65,8 +65,6 @@ enum {
OSC32768_ONLINE = _BV(13),
};
void scanDevices(TwoWire *w);
static bool l76kProbe();
bool radio_init();
uint32_t radio_get_rng_seed();
void radio_set_params(float freq, float bw, uint8_t sf, uint8_t cr);