lucadentella / esp32-tutorial

553 stars 231 forks source link

30_https_ota: versioning using doubles #21

Closed svenfuchs closed 2 years ago

svenfuchs commented 2 years ago

https://github.com/lucadentella/esp32-tutorial/blob/master/30_https_ota/main/main.c#L95

if(new_version > FIRMWARE_VERSION) {
  ...

Wouldn't this stop working going from 0.9 to 0.10?

😄

lucadentella commented 2 years ago

well... yes! after 0.9 make sure you go with v1.0 :D