mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
[ion] Encode the serial number in Base64
Also, expose serialNumber() in Ion and keep "copySerialNumber" in Ion::Device. This allows the DFU bootloader to remain .bss-free.
This commit is contained in:
@@ -28,8 +28,7 @@ namespace Ion {
|
||||
void msleep(long ms);
|
||||
void usleep(long us);
|
||||
|
||||
constexpr static int SerialNumberLength = 24;
|
||||
void getSerialNumber(char * buffer);
|
||||
const char * serialNumber();
|
||||
const char * softwareVersion();
|
||||
const char * patchLevel();
|
||||
const char * fccId();
|
||||
|
||||
Reference in New Issue
Block a user