Skip to content

Commit

Permalink
Merge pull request #615 from ccrause/fix-2023-08-13
Browse files Browse the repository at this point in the history
Fix cpu target description for ESP32
  • Loading branch information
LongDirtyAnimAlf authored Aug 19, 2023
2 parents e294159 + ac3fae2 commit cfb3aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/updeluxe/fpcupdeluxemainform.pas
Original file line number Diff line number Diff line change
Expand Up @@ -2379,7 +2379,7 @@ procedure TForm1.QuickBtnClick(Sender: TObject);

if Sender=ESPBtn then
begin
s:=Format(upInstallConfimation,['FPC trunk','Lazarus trunk',' + cross arm ESP32 (FreeRTOS) compiler + tools']);
s:=Format(upInstallConfimation,['FPC trunk','Lazarus trunk',' + cross xtensa ESP32 (FreeRTOS) compiler + tools']);
aModule:='xtensatools4fpc';
aFPCTarget:='trunk'+GITLABEXTENSION;
aLazarusTarget:='trunk'+GITLABEXTENSION;
Expand Down

0 comments on commit cfb3aef

Please sign in to comment.