mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-21 10:12:50 +00:00
fix encoding of sw version numbers in the BLE device info
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user