Skip to content

Commit

Permalink
add hint to SSL/TLS
Browse files Browse the repository at this point in the history
  • Loading branch information
adlerre committed Dec 26, 2024
1 parent 6a834a0 commit 93ae565
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@

## Supported Devices

| Product | Environment | Case |
|---------------------------------------------------------------------------------|----------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [T-Call SIM800L](https://lilygo.cc/products/t-call-v1-4?variant=42868250869941) | SIM800L_IP5306_VERSION_20190610 <br/>SIM800L_IP5306_VERSION_20200811 | [Case](3d-files/esp32-sim800%20v2-complete.stl) |
| T-Call SIM800C | SIM800L_AXP192_VERSION_20200327<br/>SIM800C_AXP192_VERSION_20200609 | [Case](3d-files/esp32-sim800%20v2-complete.stl) |
| [T-Call A7670](https://lilygo.cc/products/t-call-v1-4?variant=43440642719925) | T-Call-A7670X-V1-0<br/>T-Call-A7670X-V1-1 | [Case with internal GPS/LTE](3d-files/esp32-a76xx-gps-complete.stl)<br/>[Case with external GPS/LTE](3d-files/esp32-a76xx-with-2-sma-complete.stl) |
| [T-A7670E/G/SA R2](https://lilygo.cc/products/t-sim-a7670e) | T-A7670X | [Case with internal GPS/LTE](3d-files/esp32-a76xx-with-battery-internal-gps-complete.stl)<br/>[Case with external GPS/LTE](3d-files/esp32-a76xx-with-battery-2-sma-complete.stl) |
| [T-A7670E/G/SA R2 without GPS](https://lilygo.cc/products/t-sim-a7670e) | T-A7670X-NO-GPS | [Case](3d-files/esp32-a76xx-with-battery-internal-gps-complete.stl) |
| [T-A7670G with GPS Shield](https://lilygo.cc/products/t-sim-a7670e) | T-A7670X-GPS-SHIELD | [Case with internal GPS/LTE](3d-files/esp32-a76xx-with-battery-internal-gps-complete.stl)<br/>[Case with external GPS/LTE](3d-files/esp32-a76xx-with-battery-2-sma-complete.stl) |
| Product | Environment | SSL/TLS | Case |
|---------------------------------------------------------------------------------|----------------------------------------------------------------------|-------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [T-Call SIM800L](https://lilygo.cc/products/t-call-v1-4?variant=42868250869941) | SIM800L_IP5306_VERSION_20190610 <br/>SIM800L_IP5306_VERSION_20200811 | ❌ (only SSL 2/3, TLS 1.0/1.2) | [Case](3d-files/esp32-sim800%20v2-complete.stl) |
| T-Call SIM800C | SIM800L_AXP192_VERSION_20200327<br/>SIM800C_AXP192_VERSION_20200609 | ❌ (only SSL 2/3, TLS 1.0/1.2) | [Case](3d-files/esp32-sim800%20v2-complete.stl) |
| [T-Call A7670](https://lilygo.cc/products/t-call-v1-4?variant=43440642719925) | T-Call-A7670X-V1-0<br/>T-Call-A7670X-V1-1 | | [Case with internal GPS/LTE](3d-files/esp32-a76xx-gps-complete.stl)<br/>[Case with external GPS/LTE](3d-files/esp32-a76xx-with-2-sma-complete.stl) |
| [T-A7670E/G/SA R2](https://lilygo.cc/products/t-sim-a7670e) | T-A7670X | | [Case with internal GPS/LTE](3d-files/esp32-a76xx-with-battery-internal-gps-complete.stl)<br/>[Case with external GPS/LTE](3d-files/esp32-a76xx-with-battery-2-sma-complete.stl) |
| [T-A7670E/G/SA R2 without GPS](https://lilygo.cc/products/t-sim-a7670e) | T-A7670X-NO-GPS | | [Case](3d-files/esp32-a76xx-with-battery-internal-gps-complete.stl) |
| [T-A7670G with GPS Shield](https://lilygo.cc/products/t-sim-a7670e) | T-A7670X-GPS-SHIELD | | [Case with internal GPS/LTE](3d-files/esp32-a76xx-with-battery-internal-gps-complete.stl)<br/>[Case with external GPS/LTE](3d-files/esp32-a76xx-with-battery-2-sma-complete.stl) |

## Getting started

Expand Down

0 comments on commit 93ae565

Please sign in to comment.