Skip to content

Commit f7f5022

Browse files
committed
Removed TARGETS and VERSIONS
1 parent 0ce796a commit f7f5022

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Diff for: docs/_static/arduino_versions.js

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
var DOCUMENTATION_VERSIONS = {
2-
DEFAULTS: { has_targets: false,
3-
supported_targets: [ "esp32" ]
2+
DEFAULTS: { has_targets: false
43
},
5-
VERSIONS: [ text: "2.0.3", value: "v2.0.3" ],
6-
IDF_TARGETS: [
7-
{ text: "ESP32", value: "esp32" },
8-
]
94
};

0 commit comments

Comments
 (0)