Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit 945ba86

Browse files
authored
v1.0.0
### Releases v1.0.0 1. Initial release to support STM32F/L/H/G/WB/MP1 board with / without integrated EEPROM
1 parent c7e13d2 commit 945ba86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
* [ 11. **StoreNameAndSurname**](examples/StoreNameAndSurname)
3939
* [Example StoreNameAndSurname](#example-storenameandsurname)
4040
* [FAQ](#faq)
41-
* [Can I use a single object to store more stuff?](#can-i-use-a-single-flashstorage-object-to-store-more-stuff)
41+
* [Can I use a single object to store more stuff?](#can-i-use-a-single-object-to-store-more-stuff)
4242
* [The content of the FlashStorage is erased each time a new sketch is uploaded?](#the-content-of-the-flashstorage-is-erased-each-time-a-new-sketch-is-uploaded)
4343
* [Do you recommend to use FLASH instead of EEPROM?](#do-you-recommend-to-use-flash-instead-of-eeprom)
4444
* [Troubleshooting](#troubleshooting)
@@ -329,14 +329,14 @@ Submit issues to: [FlashStorage_STM32 issues](https://github.com/khoih-prog/Flas
329329

330330
---
331331

332-
## TO DO
332+
### TO DO
333333

334334
1. Search for bug and improvement.
335335
2. Similar features for remaining Arduino boards
336336

337337
---
338338

339-
## DONE
339+
### DONE
340340

341341
1. Basic emulated-EEPROM for STM32F/L/H/G/WB/MP1.
342342
2. Similar features for remaining Arduino boards such as SAMD21, SAMD51, etc.

0 commit comments

Comments
 (0)