Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

### Changed

### Hardware


## [26.8.21]

### Added
- Added new BLE firmware update protocol.
- Updated build script.

### Changed
- Truncate only the BLE-advertised device name when needed so the SmartSpin2k service UUID remains present in the legacy scan response.
Expand Down
4 changes: 2 additions & 2 deletions include/cert.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

/*
* Automatically updated CA certificate for raw.githubusercontent.com
* Last updated: 2026-04-05 08:58:47
* Last updated: 2026-08-23 08:57:32
*/

#pragma once

// certificate for https://raw.githubusercontent.com
// Let's Encrypt R12, valid until Thu May 07 2026, size: 1934 bytes
// Let's Encrypt YR1, valid until Sat Oct 31 2026, size: 1934 bytes
const char* rootCACertificate =
"-----BEGIN CERTIFICATE-----\n"
"MIIFazCCA1OgAwIBAgIRAIIQz7DSQONZRGPgu2OCiwAwDQYJKoZIhvcNAQELBQAwTzELMAkGA1UE\n"
Expand Down
6 changes: 3 additions & 3 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ custom_component_remove =
espressif/rmaker_common
espressif/lan867x
build_flags =
!python git_tag_macro.py
!python build_date_macro.py
!python cert_updater.py
!python3 git_tag_macro.py
!python3 build_date_macro.py
!python3 cert_updater.py
;-DCONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH=y
;-D CONFIG_SPI_SLAVE_ISR_IN_IRAM=n
;-D CONFIG_NEWLIB_NANO_FORMAT=y
Expand Down