fix encoding of sw version numbers in the BLE device info

This commit is contained in:
geeksville
2020-02-24 09:12:13 -08:00
parent af5e3a0e02
commit bd0f35ad83
4 changed files with 12 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// If app version is not specified we assume we are not being invoked by the build script
#ifndef APP_VERSION
#define APP_VERSION "0.0.0" // this def normally comes from build-all.sh
#define APP_VERSION 0.0.0 // this def normally comes from build-all.sh
#endif