Deploying to gh-pages from @ espressif/esp-protocols@1f91d248f5 🚀

This commit is contained in:
david-cermak
2022-06-03 13:51:12 +00:00
parent 501cb3ce3f
commit 3cd41a8b15
127 changed files with 43159 additions and 512 deletions

12
docs_versions.js Normal file
View File

@@ -0,0 +1,12 @@
var DOCUMENTATION_VERSIONS = {
VERSIONS: [
{ name: "latest", has_targets: true, supported_targets: [ "esp32", "esp32s2", "esp32s3", "esp32c2", "esp32c3" ] },
],
IDF_TARGETS: [
{ text: "ESP32", value: "esp32"},
{ text: "ESP32-S2", value: "esp32s2"},
{ text: "ESP32-S3", value: "esp32s3"},
{ text: "ESP32-C2", value: "esp32c2"},
{ text: "ESP32-C3", value: "esp32c3"}
],
};