Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong path in current beta install.html and manifest for ESP32-S3 #1729

Open
1 task
BlackcatSandy opened this issue Aug 17, 2024 · 1 comment
Open
1 task
Assignees

Comments

@BlackcatSandy
Copy link

Platform

ESP32

Assembly

I did the assembly by myself

nRF24L01+ Module

nRF24L01+ plus, square dot

Antenna

external antenna

Power Stabilization

Elko (~100uF)

Connection picture

  • I will attach/upload an image of my wiring

Version

0.8.141

Github Hash

85f8540

Build & Flash Method

AhoyDTU Webinstaller

Setup

Hi,
the install.html didn't work for me because of wrong path so I fixed it. solution is posted in error ;)

have fun
Sandra :)

Debug Serial Log output

No response

Error description

install.html: remove the firmwares/ folder to access the manifest.json file

manifest.json:
{
"chipFamily": "ESP32-S3",
"parts": [
{
"path": "ESP32-S3/bootloader.bin",
"offset": 4096
},
{
"path": "ESP32-S3/partitions.bin",
"offset": 32768
},
{
"path": "ESP32-S3/ota.bin",
"offset": 57344
},
{
"path": "ESP32-S3/240816_ahoy_0.8.141_85f8540_opendtufusion.bin",
"offset": 65536
}
]
},

@BlackcatSandy BlackcatSandy added the new new issue which need review by developer label Aug 17, 2024
@DanielR92
Copy link
Collaborator

Hello, thank you very much for your improvement.
We will check the changes and make improvements.

Thank you for your support. If you are interested, you can also create a change with a pull request.

Have a nice day.

@DanielR92 DanielR92 added discussion and removed new new issue which need review by developer labels Aug 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants