Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
henryk86 committed Jan 7, 2025
1 parent 0641272 commit a0a2308
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ export const CC3200BoxFlashingPage = () => {
<Paragraph>
{t("tonieboxes.cc3200BoxFlashing.installingBootloader.firstInstallation.installPreloaderText1")}
</Paragraph>
<CodeSnippet language="shell" code={`c3200tool -p COM3 write_file flash/sys/mcuimg.bin /sys/mcuimg.bin`} />
<CodeSnippet language="shell" code={`cc3200tool -p COM3 write_file flash/sys/mcuimg.bin /sys/mcuimg.bin`} />
<Paragraph>
{t("tonieboxes.cc3200BoxFlashing.installingBootloader.firstInstallation.installPreloaderText2")}
</Paragraph>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/tonieboxes/boxsetup/esp32/ESP32BoxFlashingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1568,8 +1568,8 @@ teddycloud --esp32-extract data/firmware/` +
<Paragraph>
<pre style={{ fontSize: 12 }}>
{`mv ${certDirWithMac}/CLIENT.DER ${certDirWithMac}/client.der
mv ${certDirWithMac}/PRIVATE.DER ${certDir}/${certDirWithMac}/private.der
mv ${certDirWithMac}/CA.DER ${certDir}/${certDirWithMac}/ca.der`}
mv ${certDirWithMac}/PRIVATE.DER ${certDirWithMac}/private.der
mv ${certDirWithMac}/CA.DER ${certDirWithMac}/ca.der`}
</pre>
</Paragraph>

Expand Down

0 comments on commit a0a2308

Please sign in to comment.