Skip to content

Commit

Permalink
Added CI & Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Aug 30, 2024
1 parent c7b4a18 commit 0cf16f4
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 33 deletions.
1 change: 1 addition & 0 deletions .github/workflows/platformio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
- examples/HP303BSensor
- examples/SPIExample
- examples/SendLocationFromSMS
- examples/SendLocationFromSMS_Use_TinyGPS

steps:
- uses: actions/checkout@v3
Expand Down
67 changes: 34 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,39 +42,40 @@

## 2️⃣Examples

| Example | [T-A7670X][1] | [T-Call-A7670X][2] | [T-SIM767XG-S3][6] | [T-A7608/V2][3] | [T-A7608-DC-S3][4] | [T-A7608-S3][5] |
| ------------------- | ----------------- | ------------------ | ------------------ | --------------- | ------------------ | --------------- |
| ATdebug |||||||
| Blynk_Console |||||||
| GPSShield | ✅ (Only T-A7670G) | ❌ (Can't run) | ❌ (Can't run) | ❌ (Can't run) | ❌ (Can't run) | ❌ (Can't run) |
| GPS_BuiltIn | ✅ (Except A7670G) | ✅(Except A7670G) |||||
| GPS_NMEA_Parse | ✅ (Except A7670G) | ✅(Except A7670G) |||||
| GPS_NMEA_Output | ✅ (Except A7670G) | ✅(Except A7670G) |||||
| HttpClient |||||||
| HttpsClient |||||||
| MqttClient |||||||
| ReadBattery || ❌ (Can't run) ||| ❌ (Can't run) ||
| DeepSleep |||||||
| ModemSleep |||||||
| ModemPowerOff |||||||
| VoiceCalls ||| ❌ (No support) ||||
| SDCard || ❌ (Can't run) |||||
| SerialRS485 |||||||
| SendSMS ||| ❌ (No support) ||||
| ReadSMS ||| ❌ (No support) ||||
| SendLocationFromSMS ||| ❌ (No support) ||||
| LBSExample ||| ❌ (No support) ||||
| Network |||||||
| MqttsBuiltlnAuth |||||||
| MqttsBuiltlnSSL |||||||
| MqttsBuiltlnAWS |||||||
| MqttsBuiltlnHivemq |||||||
| MqttsBuiltlnEMQX |||||||
| HttpsBuiltlnGet |||||||
| HttpsBuiltlnPost |||||||
| HttpsOTAUpgrade |||||||
| HP303BSensor* |||||||
| SPIExample* |||||||
| Example | [T-A7670X][1] | [T-Call-A7670X][2] | [T-SIM767XG-S3][6] | [T-A7608/V2][3] | [T-A7608-DC-S3][4] | [T-A7608-S3][5] |
| ------------------------------- | ----------------- | ------------------ | ------------------ | --------------- | ------------------ | --------------- |
| ATdebug |||||||
| Blynk_Console |||||||
| GPSShield | ✅ (Only T-A7670G) | ❌ (Can't run) | ❌ (Can't run) | ❌ (Can't run) | ❌ (Can't run) | ❌ (Can't run) |
| GPS_BuiltIn | ✅ (Except A7670G) | ✅(Except A7670G) |||||
| GPS_NMEA_Parse | ✅ (Except A7670G) | ✅(Except A7670G) |||||
| GPS_NMEA_Output | ✅ (Except A7670G) | ✅(Except A7670G) |||||
| HttpClient |||||||
| HttpsClient |||||||
| MqttClient |||||||
| ReadBattery || ❌ (Can't run) ||| ❌ (Can't run) ||
| DeepSleep |||||||
| ModemSleep |||||||
| ModemPowerOff |||||||
| VoiceCalls ||| ❌ (No support) ||||
| SDCard || ❌ (Can't run) |||||
| SerialRS485 |||||||
| SendSMS ||| ❌ (No support) ||||
| ReadSMS ||| ❌ (No support) ||||
| SendLocationFromSMS ||| ❌ (No support) ||||
| SendLocationFromSMS_Use_TinyGPS ||| ❌ (No support) ||||
| LBSExample ||| ❌ (No support) ||||
| Network |||||||
| MqttsBuiltlnAuth |||||||
| MqttsBuiltlnSSL |||||||
| MqttsBuiltlnAWS |||||||
| MqttsBuiltlnHivemq |||||||
| MqttsBuiltlnEMQX |||||||
| HttpsBuiltlnGet |||||||
| HttpsBuiltlnPost |||||||
| HttpsOTAUpgrade |||||||
| HP303BSensor* |||||||
| SPIExample* |||||||

- HP303BSensor,SPIExample it only demonstrates how to define and use SPI and I2C. Please confirm the pin connection and IO definition before use.

Expand Down

0 comments on commit 0cf16f4

Please sign in to comment.