Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

aerohstudios/aeroh-one-esp32c3-fw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aeroh Link Firmware

How to do Firmware Upgrade

Make and commit all your changes, and then run this command to release.

python3 scripts/release_firmware.py

Also, update app/resources/api/v1/device_resource.rb in the aeroh-cloud repo.

How update OTA update certificate

Run this while you are in the root directory of this repository

echo -n | openssl s_client -showcerts -connect ota.aeroh.org:443 2>/dev/null | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' > certificate.crt
xxd -i certificate.crt > components/cloud/include/ota_certificate.h
rm certificate.crt

About

Aeroh One ESP32C3 Firmware for v1.3.1+ Boards

Resources

Stars

Watchers

Forks

Packages

No packages published