forked from espressif/esp-modbus
version: release 1.0.1
This commit is contained in:
9
docs/_static/modbus_docs_versions.js
vendored
9
docs/_static/modbus_docs_versions.js
vendored
@ -1,10 +1,11 @@
|
|||||||
var DOCUMENTATION_VERSIONS = {
|
var DOCUMENTATION_VERSIONS = {
|
||||||
DEFAULTS: { has_targets: false,
|
DEFAULTS: { has_targets: true,
|
||||||
supported_targets: [ "esp32" ]
|
supported_targets: [ "esp32", "esp32s2", "esp32s3", "esp32c3" ]
|
||||||
},
|
},
|
||||||
VERSIONS: [
|
VERSIONS: [
|
||||||
{ name: "latest", has_targets: false, supported_targets: [ "esp32", "esp32s2", "esp32s3", "esp32c3" ] },
|
{ name: "latest" },
|
||||||
{ name: "v1.0.0", old:false, has_targets:true, supported_targets: [ "esp32", "esp32s2", "esp32s3", "esp32c3" ]}
|
{ name: "v1.0.1", old:false },
|
||||||
|
{ name: "v1.0.0", old:true }
|
||||||
],
|
],
|
||||||
IDF_TARGETS: [
|
IDF_TARGETS: [
|
||||||
{ text: "ESP32", value: "esp32"},
|
{ text: "ESP32", value: "esp32"},
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
version: "1.0.0"
|
version: "1.0.1"
|
||||||
description: ESP-MODBUS is the official Modbus library for Espressif SoCs.
|
description: ESP-MODBUS is the official Modbus library for Espressif SoCs.
|
||||||
url: https://github.com/espressif/esp-modbus
|
url: https://github.com/espressif/esp-modbus
|
||||||
dependencies:
|
dependencies:
|
||||||
|
Reference in New Issue
Block a user