mikalhart / ESP32-OTA-Pull

An ESP32/Arduino library for doing easy "pull"-based OTA ("Over The Air") updates
MIT License
34 stars 11 forks source link

Category "updates" is reserved. #7

Closed npalix closed 5 months ago

npalix commented 5 months ago

ArduinoIDE raises the following message: WARNING: Category 'updates' in library ESP32-OTA-Pull is not valid. Setting to 'Uncategorized'

The properties should be updated. https://github.com/mikalhart/ESP32-OTA-Pull/blob/2b35fde29712f7b5322983e6744916473be85c3f/library.properties#L7

I propose to use either "OTA" or "FUOTA".

npalix commented 5 months ago

After a bit more investigation, the category field is limited to some enumeration.

Interesting values are : "Communication", "Other", and "Uncategorized". For sake of similarity, "Communication" is better. https://github.com/arduino-libraries/Arduino_ESP32_OTA/blob/main/library.properties

mikalhart commented 5 months ago

Done. Thanks for the tip @npalix