Correct Arduino version?
Closed this issue · 1 comments
cniedzi commented
PROBLEM DESCRIPTION
After upgrading Pioarduino to Arduino 3.3.1, the following comands report respectively: Arduino 3.3.0 and ESP-IDF 5.5.1:
Serial.printf("Arduino Version: %d.%d.%d\n", ESP_ARDUINO_VERSION_MAJOR, ESP_ARDUINO_VERSION_MINOR, ESP_ARDUINO_VERSION_PATCH);
Serial.printf("ESP-IDF Version: %d.%d.%d\n", ESP_IDF_VERSION_MAJOR, ESP_IDF_VERSION_MINOR, ESP_IDF_VERSION_PATCH);
Shoudn't be 3.3.1 for Arduino? Is there anything else to upgrade?
TO REPRODUCE
Serial.printf("Arduino Version: %d.%d.%d\n", ESP_ARDUINO_VERSION_MAJOR, ESP_ARDUINO_VERSION_MINOR, ESP_ARDUINO_VERSION_PATCH);
Serial.printf("ESP-IDF Version: %d.%d.%d\n", ESP_IDF_VERSION_MAJOR, ESP_IDF_VERSION_MINOR, ESP_IDF_VERSION_PATCH);
EXPECTED BEHAVIOUR
A clear and concise description of what you expected to happen.
SCREENSHOTS
ADDITIONAL CONTEXT
Add any other context about the problem here.
(Please, remember to close the issue when the problem has been addressed)
Jason2866 commented
yes, it is correct. The version was forgotten to set from Arduino crew when released.