mirror of
https://github.com/clockworkpi/PicoCalc.git
synced 2026-03-19 18:42:38 +01:00
update multi booter
switch order of picomite and sd_boot to make more space for progs of multi booter bin folder name changed to firmware ui interface improvments
This commit is contained in:
@@ -150,6 +150,7 @@ int main(void) {
|
||||
printf("max %d \n",max);
|
||||
|
||||
// Choose an app to launch
|
||||
/*
|
||||
int chosen;
|
||||
if(!sd_card_inserted()){
|
||||
printf("No sd card\n");
|
||||
@@ -159,7 +160,8 @@ int main(void) {
|
||||
chosen = max-1;
|
||||
if(chosen <0 ) chosen = 0;
|
||||
}
|
||||
|
||||
*/
|
||||
int chosen = 0;
|
||||
// Get start address of app
|
||||
addr = PEEK32( info + ((chosen * 16)));
|
||||
printf("Application at %08lX\n", addr);
|
||||
|
||||
Reference in New Issue
Block a user