Skip to content

Commit

Permalink
Add library dependency check #176
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Nov 16, 2024
1 parent c73b15e commit 01925ec
Show file tree
Hide file tree
Showing 34 changed files with 102 additions and 34 deletions.
4 changes: 3 additions & 1 deletion examples/ATdebug/utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,9 @@




#if !defined(TINY_GSM_MODEM_A7670) && !defined(TINY_GSM_MODEM_A7608) && !defined(TINY_GSM_MODEM_SIM7672)
#error "No correct definition detected, Please copy all the [lib directories](https://github.com/Xinyuan-LilyGO/LilyGO-T-A76XX/tree/main/lib) to the arduino libraraies directory , See README"
#endif



4 changes: 3 additions & 1 deletion examples/Blynk_Console/utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,9 @@




#if !defined(TINY_GSM_MODEM_A7670) && !defined(TINY_GSM_MODEM_A7608) && !defined(TINY_GSM_MODEM_SIM7672)
#error "No correct definition detected, Please copy all the [lib directories](https://github.com/Xinyuan-LilyGO/LilyGO-T-A76XX/tree/main/lib) to the arduino libraraies directory , See README"
#endif



4 changes: 3 additions & 1 deletion examples/DeepSleep/utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,9 @@




#if !defined(TINY_GSM_MODEM_A7670) && !defined(TINY_GSM_MODEM_A7608) && !defined(TINY_GSM_MODEM_SIM7672)
#error "No correct definition detected, Please copy all the [lib directories](https://github.com/Xinyuan-LilyGO/LilyGO-T-A76XX/tree/main/lib) to the arduino libraraies directory , See README"
#endif



4 changes: 3 additions & 1 deletion examples/GPS_Acceleration/utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,9 @@




#if !defined(TINY_GSM_MODEM_A7670) && !defined(TINY_GSM_MODEM_A7608) && !defined(TINY_GSM_MODEM_SIM7672)
#error "No correct definition detected, Please copy all the [lib directories](https://github.com/Xinyuan-LilyGO/LilyGO-T-A76XX/tree/main/lib) to the arduino libraraies directory , See README"
#endif



4 changes: 3 additions & 1 deletion examples/GPS_BuiltIn/utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,9 @@




#if !defined(TINY_GSM_MODEM_A7670) && !defined(TINY_GSM_MODEM_A7608) && !defined(TINY_GSM_MODEM_SIM7672)
#error "No correct definition detected, Please copy all the [lib directories](https://github.com/Xinyuan-LilyGO/LilyGO-T-A76XX/tree/main/lib) to the arduino libraraies directory , See README"
#endif



4 changes: 3 additions & 1 deletion examples/GPS_NMEA_Output/utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,9 @@




#if !defined(TINY_GSM_MODEM_A7670) && !defined(TINY_GSM_MODEM_A7608) && !defined(TINY_GSM_MODEM_SIM7672)
#error "No correct definition detected, Please copy all the [lib directories](https://github.com/Xinyuan-LilyGO/LilyGO-T-A76XX/tree/main/lib) to the arduino libraraies directory , See README"
#endif



4 changes: 3 additions & 1 deletion examples/GPS_NMEA_Parse/utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,9 @@




#if !defined(TINY_GSM_MODEM_A7670) && !defined(TINY_GSM_MODEM_A7608) && !defined(TINY_GSM_MODEM_SIM7672)
#error "No correct definition detected, Please copy all the [lib directories](https://github.com/Xinyuan-LilyGO/LilyGO-T-A76XX/tree/main/lib) to the arduino libraraies directory , See README"
#endif



4 changes: 3 additions & 1 deletion examples/HttpClient/utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,9 @@




#if !defined(TINY_GSM_MODEM_A7670) && !defined(TINY_GSM_MODEM_A7608) && !defined(TINY_GSM_MODEM_SIM7672)
#error "No correct definition detected, Please copy all the [lib directories](https://github.com/Xinyuan-LilyGO/LilyGO-T-A76XX/tree/main/lib) to the arduino libraraies directory , See README"
#endif



4 changes: 3 additions & 1 deletion examples/HttpsBuiltlnGet/utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,9 @@




#if !defined(TINY_GSM_MODEM_A7670) && !defined(TINY_GSM_MODEM_A7608) && !defined(TINY_GSM_MODEM_SIM7672)
#error "No correct definition detected, Please copy all the [lib directories](https://github.com/Xinyuan-LilyGO/LilyGO-T-A76XX/tree/main/lib) to the arduino libraraies directory , See README"
#endif



4 changes: 3 additions & 1 deletion examples/HttpsBuiltlnPost/utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,9 @@




#if !defined(TINY_GSM_MODEM_A7670) && !defined(TINY_GSM_MODEM_A7608) && !defined(TINY_GSM_MODEM_SIM7672)
#error "No correct definition detected, Please copy all the [lib directories](https://github.com/Xinyuan-LilyGO/LilyGO-T-A76XX/tree/main/lib) to the arduino libraraies directory , See README"
#endif



4 changes: 3 additions & 1 deletion examples/HttpsClient/utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,9 @@




#if !defined(TINY_GSM_MODEM_A7670) && !defined(TINY_GSM_MODEM_A7608) && !defined(TINY_GSM_MODEM_SIM7672)
#error "No correct definition detected, Please copy all the [lib directories](https://github.com/Xinyuan-LilyGO/LilyGO-T-A76XX/tree/main/lib) to the arduino libraraies directory , See README"
#endif



4 changes: 3 additions & 1 deletion examples/HttpsOTAUpgrade/utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,9 @@




#if !defined(TINY_GSM_MODEM_A7670) && !defined(TINY_GSM_MODEM_A7608) && !defined(TINY_GSM_MODEM_SIM7672)
#error "No correct definition detected, Please copy all the [lib directories](https://github.com/Xinyuan-LilyGO/LilyGO-T-A76XX/tree/main/lib) to the arduino libraraies directory , See README"
#endif



4 changes: 3 additions & 1 deletion examples/LBSExample/utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,9 @@




#if !defined(TINY_GSM_MODEM_A7670) && !defined(TINY_GSM_MODEM_A7608) && !defined(TINY_GSM_MODEM_SIM7672)
#error "No correct definition detected, Please copy all the [lib directories](https://github.com/Xinyuan-LilyGO/LilyGO-T-A76XX/tree/main/lib) to the arduino libraraies directory , See README"
#endif



4 changes: 3 additions & 1 deletion examples/ModemPowerOff/utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,9 @@




#if !defined(TINY_GSM_MODEM_A7670) && !defined(TINY_GSM_MODEM_A7608) && !defined(TINY_GSM_MODEM_SIM7672)
#error "No correct definition detected, Please copy all the [lib directories](https://github.com/Xinyuan-LilyGO/LilyGO-T-A76XX/tree/main/lib) to the arduino libraraies directory , See README"
#endif



4 changes: 3 additions & 1 deletion examples/ModemSleep/utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,9 @@




#if !defined(TINY_GSM_MODEM_A7670) && !defined(TINY_GSM_MODEM_A7608) && !defined(TINY_GSM_MODEM_SIM7672)
#error "No correct definition detected, Please copy all the [lib directories](https://github.com/Xinyuan-LilyGO/LilyGO-T-A76XX/tree/main/lib) to the arduino libraraies directory , See README"
#endif



4 changes: 3 additions & 1 deletion examples/MqttClient/utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,9 @@




#if !defined(TINY_GSM_MODEM_A7670) && !defined(TINY_GSM_MODEM_A7608) && !defined(TINY_GSM_MODEM_SIM7672)
#error "No correct definition detected, Please copy all the [lib directories](https://github.com/Xinyuan-LilyGO/LilyGO-T-A76XX/tree/main/lib) to the arduino libraraies directory , See README"
#endif



4 changes: 3 additions & 1 deletion examples/MqttsBuiltlnAWS/utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,9 @@




#if !defined(TINY_GSM_MODEM_A7670) && !defined(TINY_GSM_MODEM_A7608) && !defined(TINY_GSM_MODEM_SIM7672)
#error "No correct definition detected, Please copy all the [lib directories](https://github.com/Xinyuan-LilyGO/LilyGO-T-A76XX/tree/main/lib) to the arduino libraraies directory , See README"
#endif



4 changes: 3 additions & 1 deletion examples/MqttsBuiltlnAuth/utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,9 @@




#if !defined(TINY_GSM_MODEM_A7670) && !defined(TINY_GSM_MODEM_A7608) && !defined(TINY_GSM_MODEM_SIM7672)
#error "No correct definition detected, Please copy all the [lib directories](https://github.com/Xinyuan-LilyGO/LilyGO-T-A76XX/tree/main/lib) to the arduino libraraies directory , See README"
#endif



4 changes: 3 additions & 1 deletion examples/MqttsBuiltlnEMQX/utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,9 @@




#if !defined(TINY_GSM_MODEM_A7670) && !defined(TINY_GSM_MODEM_A7608) && !defined(TINY_GSM_MODEM_SIM7672)
#error "No correct definition detected, Please copy all the [lib directories](https://github.com/Xinyuan-LilyGO/LilyGO-T-A76XX/tree/main/lib) to the arduino libraraies directory , See README"
#endif



4 changes: 3 additions & 1 deletion examples/MqttsBuiltlnHivemq/utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,9 @@




#if !defined(TINY_GSM_MODEM_A7670) && !defined(TINY_GSM_MODEM_A7608) && !defined(TINY_GSM_MODEM_SIM7672)
#error "No correct definition detected, Please copy all the [lib directories](https://github.com/Xinyuan-LilyGO/LilyGO-T-A76XX/tree/main/lib) to the arduino libraraies directory , See README"
#endif



4 changes: 3 additions & 1 deletion examples/MqttsBuiltlnNoSSL/utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,9 @@




#if !defined(TINY_GSM_MODEM_A7670) && !defined(TINY_GSM_MODEM_A7608) && !defined(TINY_GSM_MODEM_SIM7672)
#error "No correct definition detected, Please copy all the [lib directories](https://github.com/Xinyuan-LilyGO/LilyGO-T-A76XX/tree/main/lib) to the arduino libraraies directory , See README"
#endif



4 changes: 3 additions & 1 deletion examples/MqttsBuiltlnSSL/utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,9 @@




#if !defined(TINY_GSM_MODEM_A7670) && !defined(TINY_GSM_MODEM_A7608) && !defined(TINY_GSM_MODEM_SIM7672)
#error "No correct definition detected, Please copy all the [lib directories](https://github.com/Xinyuan-LilyGO/LilyGO-T-A76XX/tree/main/lib) to the arduino libraraies directory , See README"
#endif



4 changes: 3 additions & 1 deletion examples/MqttsBuiltlnWill/utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,9 @@




#if !defined(TINY_GSM_MODEM_A7670) && !defined(TINY_GSM_MODEM_A7608) && !defined(TINY_GSM_MODEM_SIM7672)
#error "No correct definition detected, Please copy all the [lib directories](https://github.com/Xinyuan-LilyGO/LilyGO-T-A76XX/tree/main/lib) to the arduino libraraies directory , See README"
#endif



4 changes: 3 additions & 1 deletion examples/Network/utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,9 @@




#if !defined(TINY_GSM_MODEM_A7670) && !defined(TINY_GSM_MODEM_A7608) && !defined(TINY_GSM_MODEM_SIM7672)
#error "No correct definition detected, Please copy all the [lib directories](https://github.com/Xinyuan-LilyGO/LilyGO-T-A76XX/tree/main/lib) to the arduino libraraies directory , See README"
#endif



4 changes: 3 additions & 1 deletion examples/PowerMonitoring/utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,9 @@




#if !defined(TINY_GSM_MODEM_A7670) && !defined(TINY_GSM_MODEM_A7608) && !defined(TINY_GSM_MODEM_SIM7672)
#error "No correct definition detected, Please copy all the [lib directories](https://github.com/Xinyuan-LilyGO/LilyGO-T-A76XX/tree/main/lib) to the arduino libraraies directory , See README"
#endif



4 changes: 3 additions & 1 deletion examples/ReadBattery/utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,9 @@




#if !defined(TINY_GSM_MODEM_A7670) && !defined(TINY_GSM_MODEM_A7608) && !defined(TINY_GSM_MODEM_SIM7672)
#error "No correct definition detected, Please copy all the [lib directories](https://github.com/Xinyuan-LilyGO/LilyGO-T-A76XX/tree/main/lib) to the arduino libraraies directory , See README"
#endif



4 changes: 3 additions & 1 deletion examples/ReadSMS/utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,9 @@




#if !defined(TINY_GSM_MODEM_A7670) && !defined(TINY_GSM_MODEM_A7608) && !defined(TINY_GSM_MODEM_SIM7672)
#error "No correct definition detected, Please copy all the [lib directories](https://github.com/Xinyuan-LilyGO/LilyGO-T-A76XX/tree/main/lib) to the arduino libraraies directory , See README"
#endif



4 changes: 3 additions & 1 deletion examples/SDCard/utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,9 @@




#if !defined(TINY_GSM_MODEM_A7670) && !defined(TINY_GSM_MODEM_A7608) && !defined(TINY_GSM_MODEM_SIM7672)
#error "No correct definition detected, Please copy all the [lib directories](https://github.com/Xinyuan-LilyGO/LilyGO-T-A76XX/tree/main/lib) to the arduino libraraies directory , See README"
#endif



4 changes: 3 additions & 1 deletion examples/SPIExample/utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,9 @@




#if !defined(TINY_GSM_MODEM_A7670) && !defined(TINY_GSM_MODEM_A7608) && !defined(TINY_GSM_MODEM_SIM7672)
#error "No correct definition detected, Please copy all the [lib directories](https://github.com/Xinyuan-LilyGO/LilyGO-T-A76XX/tree/main/lib) to the arduino libraraies directory , See README"
#endif



4 changes: 3 additions & 1 deletion examples/SendLocationFromSMS/utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,9 @@




#if !defined(TINY_GSM_MODEM_A7670) && !defined(TINY_GSM_MODEM_A7608) && !defined(TINY_GSM_MODEM_SIM7672)
#error "No correct definition detected, Please copy all the [lib directories](https://github.com/Xinyuan-LilyGO/LilyGO-T-A76XX/tree/main/lib) to the arduino libraraies directory , See README"
#endif



4 changes: 3 additions & 1 deletion examples/SendLocationFromSMS_Use_TinyGPS/utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,9 @@




#if !defined(TINY_GSM_MODEM_A7670) && !defined(TINY_GSM_MODEM_A7608) && !defined(TINY_GSM_MODEM_SIM7672)
#error "No correct definition detected, Please copy all the [lib directories](https://github.com/Xinyuan-LilyGO/LilyGO-T-A76XX/tree/main/lib) to the arduino libraraies directory , See README"
#endif



4 changes: 3 additions & 1 deletion examples/SendSMS/utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,9 @@




#if !defined(TINY_GSM_MODEM_A7670) && !defined(TINY_GSM_MODEM_A7608) && !defined(TINY_GSM_MODEM_SIM7672)
#error "No correct definition detected, Please copy all the [lib directories](https://github.com/Xinyuan-LilyGO/LilyGO-T-A76XX/tree/main/lib) to the arduino libraraies directory , See README"
#endif



4 changes: 3 additions & 1 deletion examples/SerialRS485/utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,9 @@




#if !defined(TINY_GSM_MODEM_A7670) && !defined(TINY_GSM_MODEM_A7608) && !defined(TINY_GSM_MODEM_SIM7672)
#error "No correct definition detected, Please copy all the [lib directories](https://github.com/Xinyuan-LilyGO/LilyGO-T-A76XX/tree/main/lib) to the arduino libraraies directory , See README"
#endif



4 changes: 3 additions & 1 deletion examples/VoiceCalls/utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,9 @@




#if !defined(TINY_GSM_MODEM_A7670) && !defined(TINY_GSM_MODEM_A7608) && !defined(TINY_GSM_MODEM_SIM7672)
#error "No correct definition detected, Please copy all the [lib directories](https://github.com/Xinyuan-LilyGO/LilyGO-T-A76XX/tree/main/lib) to the arduino libraraies directory , See README"
#endif



0 comments on commit 01925ec

Please sign in to comment.