#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ 应用版本号 每次 OTA 更新时,只需要更新这个文件中的版本号 """ VERSION = '1.1.1'