add the concept of a minimum version for saved settings files

This commit is contained in:
geeksville
2020-02-08 07:41:04 -08:00
parent ef315b2b39
commit 493d7e33c6
4 changed files with 34 additions and 8 deletions

View File

@@ -48,6 +48,7 @@ PB_BIND(ToRadio, ToRadio, AUTO)
#ifndef PB_CONVERT_DOUBLE_FLOAT
/* On some platforms (such as AVR), double is really float.
* To be able to encode/decode double on these platforms, you need.