Skip to content

Commit

Permalink
T-Beam v1.2 skips L76K #212
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Dec 23, 2024
1 parent 0a10676 commit ad55b84
Show file tree
Hide file tree
Showing 50 changed files with 197 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ test
script
build
LilyGoLoRaBoard
record.*
4 changes: 4 additions & 0 deletions examples/ArduinoLoRa/LoRaReceiver/LoRaBoards.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,11 @@ void setupBoards(bool disable_u8g2 )
#endif

#ifdef HAS_GPS

#ifdef T_BEAM_S3_SUPREME
// T-Beam v1.2 skips L76K
find_gps = beginGPS();
#endif
uint32_t baudrate[] = {9600, 19200, 38400, 57600, 115200, 230400, 460800, 921600, 4800};
if (!find_gps) {
// Restore factory settings
Expand Down
4 changes: 4 additions & 0 deletions examples/ArduinoLoRa/LoRaSender/LoRaBoards.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,11 @@ void setupBoards(bool disable_u8g2 )
#endif

#ifdef HAS_GPS

#ifdef T_BEAM_S3_SUPREME
// T-Beam v1.2 skips L76K
find_gps = beginGPS();
#endif
uint32_t baudrate[] = {9600, 19200, 38400, 57600, 115200, 230400, 460800, 921600, 4800};
if (!find_gps) {
// Restore factory settings
Expand Down
4 changes: 4 additions & 0 deletions examples/BPFFactory/LoRaBoards.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,11 @@ void setupBoards(bool disable_u8g2 )
#endif

#ifdef HAS_GPS

#ifdef T_BEAM_S3_SUPREME
// T-Beam v1.2 skips L76K
find_gps = beginGPS();
#endif
uint32_t baudrate[] = {9600, 19200, 38400, 57600, 115200, 230400, 460800, 921600, 4800};
if (!find_gps) {
// Restore factory settings
Expand Down
4 changes: 4 additions & 0 deletions examples/Display/Free_Font_Demo/LoRaBoards.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,11 @@ void setupBoards(bool disable_u8g2 )
#endif

#ifdef HAS_GPS

#ifdef T_BEAM_S3_SUPREME
// T-Beam v1.2 skips L76K
find_gps = beginGPS();
#endif
uint32_t baudrate[] = {9600, 19200, 38400, 57600, 115200, 230400, 460800, 921600, 4800};
if (!find_gps) {
// Restore factory settings
Expand Down
4 changes: 4 additions & 0 deletions examples/Display/TBeam_TFT_Shield/LoRaBoards.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,11 @@ void setupBoards(bool disable_u8g2 )
#endif

#ifdef HAS_GPS

#ifdef T_BEAM_S3_SUPREME
// T-Beam v1.2 skips L76K
find_gps = beginGPS();
#endif
uint32_t baudrate[] = {9600, 19200, 38400, 57600, 115200, 230400, 460800, 921600, 4800};
if (!find_gps) {
// Restore factory settings
Expand Down
4 changes: 4 additions & 0 deletions examples/Display/TFT_Char_times/LoRaBoards.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,11 @@ void setupBoards(bool disable_u8g2 )
#endif

#ifdef HAS_GPS

#ifdef T_BEAM_S3_SUPREME
// T-Beam v1.2 skips L76K
find_gps = beginGPS();
#endif
uint32_t baudrate[] = {9600, 19200, 38400, 57600, 115200, 230400, 460800, 921600, 4800};
if (!find_gps) {
// Restore factory settings
Expand Down
4 changes: 4 additions & 0 deletions examples/Display/UTFT_demo/LoRaBoards.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,11 @@ void setupBoards(bool disable_u8g2 )
#endif

#ifdef HAS_GPS

#ifdef T_BEAM_S3_SUPREME
// T-Beam v1.2 skips L76K
find_gps = beginGPS();
#endif
uint32_t baudrate[] = {9600, 19200, 38400, 57600, 115200, 230400, 460800, 921600, 4800};
if (!find_gps) {
// Restore factory settings
Expand Down
4 changes: 4 additions & 0 deletions examples/Factory/LoRaBoards.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,11 @@ void setupBoards(bool disable_u8g2 )
#endif

#ifdef HAS_GPS

#ifdef T_BEAM_S3_SUPREME
// T-Beam v1.2 skips L76K
find_gps = beginGPS();
#endif
uint32_t baudrate[] = {9600, 19200, 38400, 57600, 115200, 230400, 460800, 921600, 4800};
if (!find_gps) {
// Restore factory settings
Expand Down
4 changes: 4 additions & 0 deletions examples/GPS/TinyGPS_Example/LoRaBoards.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,11 @@ void setupBoards(bool disable_u8g2 )
#endif

#ifdef HAS_GPS

#ifdef T_BEAM_S3_SUPREME
// T-Beam v1.2 skips L76K
find_gps = beginGPS();
#endif
uint32_t baudrate[] = {9600, 19200, 38400, 57600, 115200, 230400, 460800, 921600, 4800};
if (!find_gps) {
// Restore factory settings
Expand Down
4 changes: 4 additions & 0 deletions examples/GPS/TinyGPS_FullExample/LoRaBoards.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,11 @@ void setupBoards(bool disable_u8g2 )
#endif

#ifdef HAS_GPS

#ifdef T_BEAM_S3_SUPREME
// T-Beam v1.2 skips L76K
find_gps = beginGPS();
#endif
uint32_t baudrate[] = {9600, 19200, 38400, 57600, 115200, 230400, 460800, 921600, 4800};
if (!find_gps) {
// Restore factory settings
Expand Down
4 changes: 4 additions & 0 deletions examples/GPS/TinyGPS_KitchenSink/LoRaBoards.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,11 @@ void setupBoards(bool disable_u8g2 )
#endif

#ifdef HAS_GPS

#ifdef T_BEAM_S3_SUPREME
// T-Beam v1.2 skips L76K
find_gps = beginGPS();
#endif
uint32_t baudrate[] = {9600, 19200, 38400, 57600, 115200, 230400, 460800, 921600, 4800};
if (!find_gps) {
// Restore factory settings
Expand Down
4 changes: 4 additions & 0 deletions examples/GPS/UBlox_BasicNMEARead/LoRaBoards.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,11 @@ void setupBoards(bool disable_u8g2 )
#endif

#ifdef HAS_GPS

#ifdef T_BEAM_S3_SUPREME
// T-Beam v1.2 skips L76K
find_gps = beginGPS();
#endif
uint32_t baudrate[] = {9600, 19200, 38400, 57600, 115200, 230400, 460800, 921600, 4800};
if (!find_gps) {
// Restore factory settings
Expand Down
4 changes: 4 additions & 0 deletions examples/GPS/UBlox_NMEAParsing/LoRaBoards.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,11 @@ void setupBoards(bool disable_u8g2 )
#endif

#ifdef HAS_GPS

#ifdef T_BEAM_S3_SUPREME
// T-Beam v1.2 skips L76K
find_gps = beginGPS();
#endif
uint32_t baudrate[] = {9600, 19200, 38400, 57600, 115200, 230400, 460800, 921600, 4800};
if (!find_gps) {
// Restore factory settings
Expand Down
4 changes: 4 additions & 0 deletions examples/GPS/UBlox_OutputRate/LoRaBoards.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,11 @@ void setupBoards(bool disable_u8g2 )
#endif

#ifdef HAS_GPS

#ifdef T_BEAM_S3_SUPREME
// T-Beam v1.2 skips L76K
find_gps = beginGPS();
#endif
uint32_t baudrate[] = {9600, 19200, 38400, 57600, 115200, 230400, 460800, 921600, 4800};
if (!find_gps) {
// Restore factory settings
Expand Down
4 changes: 4 additions & 0 deletions examples/GPS/UBlox_Recovery/LoRaBoards.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,11 @@ void setupBoards(bool disable_u8g2 )
#endif

#ifdef HAS_GPS

#ifdef T_BEAM_S3_SUPREME
// T-Beam v1.2 skips L76K
find_gps = beginGPS();
#endif
uint32_t baudrate[] = {9600, 19200, 38400, 57600, 115200, 230400, 460800, 921600, 4800};
if (!find_gps) {
// Restore factory settings
Expand Down
4 changes: 4 additions & 0 deletions examples/LoRaWAN/LMIC_Library_OTTA/LoRaBoards.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,11 @@ void setupBoards(bool disable_u8g2 )
#endif

#ifdef HAS_GPS

#ifdef T_BEAM_S3_SUPREME
// T-Beam v1.2 skips L76K
find_gps = beginGPS();
#endif
uint32_t baudrate[] = {9600, 19200, 38400, 57600, 115200, 230400, 460800, 921600, 4800};
if (!find_gps) {
// Restore factory settings
Expand Down
4 changes: 4 additions & 0 deletions examples/LoRaWAN/LoRaWAN_ABP/LoRaBoards.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,11 @@ void setupBoards(bool disable_u8g2 )
#endif

#ifdef HAS_GPS

#ifdef T_BEAM_S3_SUPREME
// T-Beam v1.2 skips L76K
find_gps = beginGPS();
#endif
uint32_t baudrate[] = {9600, 19200, 38400, 57600, 115200, 230400, 460800, 921600, 4800};
if (!find_gps) {
// Restore factory settings
Expand Down
4 changes: 4 additions & 0 deletions examples/LoRaWAN/RadioLib_OTAA/LoRaBoards.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,11 @@ void setupBoards(bool disable_u8g2 )
#endif

#ifdef HAS_GPS

#ifdef T_BEAM_S3_SUPREME
// T-Beam v1.2 skips L76K
find_gps = beginGPS();
#endif
uint32_t baudrate[] = {9600, 19200, 38400, 57600, 115200, 230400, 460800, 921600, 4800};
if (!find_gps) {
// Restore factory settings
Expand Down
4 changes: 4 additions & 0 deletions examples/OLED/SH1106FontUsage/LoRaBoards.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,11 @@ void setupBoards(bool disable_u8g2 )
#endif

#ifdef HAS_GPS

#ifdef T_BEAM_S3_SUPREME
// T-Beam v1.2 skips L76K
find_gps = beginGPS();
#endif
uint32_t baudrate[] = {9600, 19200, 38400, 57600, 115200, 230400, 460800, 921600, 4800};
if (!find_gps) {
// Restore factory settings
Expand Down
4 changes: 4 additions & 0 deletions examples/OLED/SH1106GraphicsTest/LoRaBoards.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,11 @@ void setupBoards(bool disable_u8g2 )
#endif

#ifdef HAS_GPS

#ifdef T_BEAM_S3_SUPREME
// T-Beam v1.2 skips L76K
find_gps = beginGPS();
#endif
uint32_t baudrate[] = {9600, 19200, 38400, 57600, 115200, 230400, 460800, 921600, 4800};
if (!find_gps) {
// Restore factory settings
Expand Down
4 changes: 4 additions & 0 deletions examples/OLED/SH1106IconMenu/LoRaBoards.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,11 @@ void setupBoards(bool disable_u8g2 )
#endif

#ifdef HAS_GPS

#ifdef T_BEAM_S3_SUPREME
// T-Beam v1.2 skips L76K
find_gps = beginGPS();
#endif
uint32_t baudrate[] = {9600, 19200, 38400, 57600, 115200, 230400, 460800, 921600, 4800};
if (!find_gps) {
// Restore factory settings
Expand Down
4 changes: 4 additions & 0 deletions examples/OLED/SH1106PrintUTF8/LoRaBoards.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,11 @@ void setupBoards(bool disable_u8g2 )
#endif

#ifdef HAS_GPS

#ifdef T_BEAM_S3_SUPREME
// T-Beam v1.2 skips L76K
find_gps = beginGPS();
#endif
uint32_t baudrate[] = {9600, 19200, 38400, 57600, 115200, 230400, 460800, 921600, 4800};
if (!find_gps) {
// Restore factory settings
Expand Down
4 changes: 4 additions & 0 deletions examples/OLED/SSD1306SimpleDemo/LoRaBoards.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,11 @@ void setupBoards(bool disable_u8g2 )
#endif

#ifdef HAS_GPS

#ifdef T_BEAM_S3_SUPREME
// T-Beam v1.2 skips L76K
find_gps = beginGPS();
#endif
uint32_t baudrate[] = {9600, 19200, 38400, 57600, 115200, 230400, 460800, 921600, 4800};
if (!find_gps) {
// Restore factory settings
Expand Down
4 changes: 4 additions & 0 deletions examples/OLED/SSD1306UiDemo/LoRaBoards.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,11 @@ void setupBoards(bool disable_u8g2 )
#endif

#ifdef HAS_GPS

#ifdef T_BEAM_S3_SUPREME
// T-Beam v1.2 skips L76K
find_gps = beginGPS();
#endif
uint32_t baudrate[] = {9600, 19200, 38400, 57600, 115200, 230400, 460800, 921600, 4800};
if (!find_gps) {
// Restore factory settings
Expand Down
4 changes: 4 additions & 0 deletions examples/PMU/LoRaBoards.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,11 @@ void setupBoards(bool disable_u8g2 )
#endif

#ifdef HAS_GPS

#ifdef T_BEAM_S3_SUPREME
// T-Beam v1.2 skips L76K
find_gps = beginGPS();
#endif
uint32_t baudrate[] = {9600, 19200, 38400, 57600, 115200, 230400, 460800, 921600, 4800};
if (!find_gps) {
// Restore factory settings
Expand Down
4 changes: 4 additions & 0 deletions examples/RadioLibExamples/Receive_Interrupt/LoRaBoards.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,11 @@ void setupBoards(bool disable_u8g2 )
#endif

#ifdef HAS_GPS

#ifdef T_BEAM_S3_SUPREME
// T-Beam v1.2 skips L76K
find_gps = beginGPS();
#endif
uint32_t baudrate[] = {9600, 19200, 38400, 57600, 115200, 230400, 460800, 921600, 4800};
if (!find_gps) {
// Restore factory settings
Expand Down
4 changes: 4 additions & 0 deletions examples/RadioLibExamples/Transmit_Interrupt/LoRaBoards.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,11 @@ void setupBoards(bool disable_u8g2 )
#endif

#ifdef HAS_GPS

#ifdef T_BEAM_S3_SUPREME
// T-Beam v1.2 skips L76K
find_gps = beginGPS();
#endif
uint32_t baudrate[] = {9600, 19200, 38400, 57600, 115200, 230400, 460800, 921600, 4800};
if (!find_gps) {
// Restore factory settings
Expand Down
4 changes: 4 additions & 0 deletions examples/Sensor/BME280_AdvancedsettingsExample/LoRaBoards.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,11 @@ void setupBoards(bool disable_u8g2 )
#endif

#ifdef HAS_GPS

#ifdef T_BEAM_S3_SUPREME
// T-Beam v1.2 skips L76K
find_gps = beginGPS();
#endif
uint32_t baudrate[] = {9600, 19200, 38400, 57600, 115200, 230400, 460800, 921600, 4800};
if (!find_gps) {
// Restore factory settings
Expand Down
4 changes: 4 additions & 0 deletions examples/Sensor/BME280_TestExample/LoRaBoards.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,11 @@ void setupBoards(bool disable_u8g2 )
#endif

#ifdef HAS_GPS

#ifdef T_BEAM_S3_SUPREME
// T-Beam v1.2 skips L76K
find_gps = beginGPS();
#endif
uint32_t baudrate[] = {9600, 19200, 38400, 57600, 115200, 230400, 460800, 921600, 4800};
if (!find_gps) {
// Restore factory settings
Expand Down
4 changes: 4 additions & 0 deletions examples/Sensor/BME280_UnifiedExample/LoRaBoards.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,11 @@ void setupBoards(bool disable_u8g2 )
#endif

#ifdef HAS_GPS

#ifdef T_BEAM_S3_SUPREME
// T-Beam v1.2 skips L76K
find_gps = beginGPS();
#endif
uint32_t baudrate[] = {9600, 19200, 38400, 57600, 115200, 230400, 460800, 921600, 4800};
if (!find_gps) {
// Restore factory settings
Expand Down
4 changes: 4 additions & 0 deletions examples/Sensor/PCF8563_AlarmByUnits/LoRaBoards.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,11 @@ void setupBoards(bool disable_u8g2 )
#endif

#ifdef HAS_GPS

#ifdef T_BEAM_S3_SUPREME
// T-Beam v1.2 skips L76K
find_gps = beginGPS();
#endif
uint32_t baudrate[] = {9600, 19200, 38400, 57600, 115200, 230400, 460800, 921600, 4800};
if (!find_gps) {
// Restore factory settings
Expand Down
4 changes: 4 additions & 0 deletions examples/Sensor/PCF8563_SimpleTime/LoRaBoards.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,11 @@ void setupBoards(bool disable_u8g2 )
#endif

#ifdef HAS_GPS

#ifdef T_BEAM_S3_SUPREME
// T-Beam v1.2 skips L76K
find_gps = beginGPS();
#endif
uint32_t baudrate[] = {9600, 19200, 38400, 57600, 115200, 230400, 460800, 921600, 4800};
if (!find_gps) {
// Restore factory settings
Expand Down
Loading

0 comments on commit ad55b84

Please sign in to comment.