mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-26 01:00:50 +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:
@@ -116,7 +116,3 @@ void Ion::msleep(long ms) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
void Ion::getSerialNumber(char * buffer) {
|
||||
strlcpy(buffer, "Simulator", Ion::SerialNumberLength+1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user