Info:
ESP32-C6
ESP-IDF v5.5 (master branch of https://github.com/espressif/esp-idf)
I'm trying to read a string in format "(YYMMDDhhmmssX)"
#include <time.h>
char* X = NULL;
struct tm tm;
const char* str_data = "(250111163740W)";
X = strptime(str_data , "(%y%m%d%H%M%S", &tm);
ESP_LOGI(TEST_TAG ...
Search found 2 matches
- Sun Jan 12, 2025 11:59 pm
- Forum: ESP-IDF
- Topic: Bug in strptime?
- Replies: 0
- Views: 570
- Thu Apr 13, 2023 11:18 am
- Forum: ESP-IDF
- Topic: [zigbee] set model identifier and manufacturer name
- Replies: 2
- Views: 6358
[zigbee] set model identifier and manufacturer name
Hi,
I'm playing around a little with ESP32-C6 and the zigbee part.
Right now I'm just using the HA_ON_OFF_LIGHT example
https://github.com/espressif/esp-zigbee-sdk/tree/main/examples/esp_zigbee_HA_sample/HA_on_off_light
Get it to join and pair with my zigbee network at home and in zigbee2mqtt it ...
I'm playing around a little with ESP32-C6 and the zigbee part.
Right now I'm just using the HA_ON_OFF_LIGHT example
https://github.com/espressif/esp-zigbee-sdk/tree/main/examples/esp_zigbee_HA_sample/HA_on_off_light
Get it to join and pair with my zigbee network at home and in zigbee2mqtt it ...