Editing Talk:SC Communication
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 624: | Line 624: | ||
<pre> | <pre> | ||
struct __attribute__ ((packed)) nvs_access_request_t { | struct __attribute__ ((packed)) nvs_access_request_t { | ||
uint8_t cmd; // | uint8_t cmd; // 0x20 | ||
uint8_t index; | uint8_t index; | ||
uint8_t offset; | uint8_t offset; | ||
Line 644: | Line 644: | ||
<pre> | <pre> | ||
struct __attribute__ ((packed)) nvs_access_request_t { | struct __attribute__ ((packed)) nvs_access_request_t { | ||
uint8_t cmd; // | uint8_t cmd; // 0x10 | ||
uint8_t index; | uint8_t index; | ||
uint8_t offset; | uint8_t offset; |