Update the sdk and add the new return possibility for the chip_type

This commit is contained in:
Philip Gladstone 2024-12-17 02:01:51 +00:00
parent 1d05c6c4bf
commit f22970b0b1
2 changed files with 2 additions and 2 deletions

View File

@ -205,7 +205,7 @@ Returns information about hardware, software version and build configuration.
If a `group` is given the return value will be a table containing the following elements: If a `group` is given the return value will be a table containing the following elements:
- for `group` = `"hw"` - for `group` = `"hw"`
- `chip_model` (string) one of "ESP32", "ESP32S2", "ESP32S3", "ESP32C3", "ESP32C2", "ESP32C6", "ESP32H2" - `chip_model` (string) one of "ESP32", "ESP32S2", "ESP32S3", "ESP32C3", "ESP32C2", "ESP32C5", "ESP32C6", "ESP32H2"
- `chip_features` (number) bit mask of chip feature flags - `chip_features` (number) bit mask of chip feature flags
- BIT(0), Chip has embedded flash memory - BIT(0), Chip has embedded flash memory
- BIT(1), Chip has 2.4GHz WiFi - BIT(1), Chip has 2.4GHz WiFi

@ -1 +1 @@
Subproject commit a2f420a36ecf8cd19b443adde1d75e5eaecc6309 Subproject commit cb3ac7429c73b6e7c6d79ae05de480d4b6706770