We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da8352c commit 909df63Copy full SHA for 909df63
cores/esp32/esp32-hal-hosted.c
@@ -72,7 +72,7 @@ void hostedGetSlaveVersion(uint32_t * major, uint32_t * minor, uint32_t * patch)
72
73
bool hostedHasUpdate() {
74
uint32_t host_version = ESP_HOSTED_VERSION_VAL(host_version_struct.major1, host_version_struct.minor1, host_version_struct.patch1);
75
- uint32_t slave_version = ESP_HOSTED_VERSION_VAL(slave_version_struct.major1, slave_version_struct.minor1, slave_version_struct.patch1);
+ uint32_t slave_version = 0;
76
77
esp_err_t ret = esp_hosted_get_coprocessor_fwversion(&slave_version_struct);
78
if (ret != ESP_OK) {
0 commit comments