amazfitbiptools/FwFonts/Constants.cs

7 lines
115 B
C#

namespace FwFonts
{
public class Constants
{
public const uint FirmwareBase = 0x8008000;
}
}