Update UF2 file

master
Tony 2023-09-02 10:31:32 +01:00
rodzic a5cc21ee5a
commit 2f277b4448
2 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

@ -93,12 +93,12 @@ bool Repeating_Timer_Callback(struct repeating_timer *t) {
void VerText (char *outText) {
// Print version info aligned to current margin settings...
MarginVW[MWidth] = '\0' ; // Calculate padding required for command characters and cursor
sprintf(outText, "%s|-------------------------|\n"
"%s| Analog Clock Simulator |\n"
"%s| Version 1.0.0 |\n"
"%s| 25th August 2023 |\n"
"%s|-------------------------|\n",
MarginVW, MarginFW, MarginFW, MarginFW, MarginFW ) ;
sprintf(outText,"%s|----------------------|\n"
"%s| Oscilloscope Clock |\n"
"%s| Version 1.0.0 |\n"
"%s| 1st September 2023 |\n"
"%s|----------------------|\n",
MarginVW, MarginFW, MarginFW, MarginFW, MarginFW ) ;
}
void HlpText (char *outStr) {

Plik binarny nie jest wyświetlany.