mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-05-05 07:55:36 -04:00
Updated start sequence, added boot graphics
This commit is contained in:
parent
8e64bc2aa6
commit
21e040eb97
6 changed files with 155 additions and 124 deletions
2
Device.h
2
Device.h
|
@ -113,7 +113,7 @@ bool device_firmware_ok() {
|
|||
}
|
||||
|
||||
bool device_init() {
|
||||
if (bt_early_init()) {
|
||||
if (bt_ready) {
|
||||
for (uint8_t i=0; i<EEPROM_SIG_LEN; i++){dev_eeprom_signature[i]=EEPROM.read(eeprom_addr(ADDR_SIGNATURE+i));}
|
||||
mbedtls_md_context_t ctx;
|
||||
mbedtls_md_type_t md_type = MBEDTLS_MD_SHA256;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue