Unverified Commit d2433d89 authored by Wolle's avatar Wolle Committed by GitHub

add todo comment

parent 4196025a
......@@ -187,7 +187,7 @@ int parseOpusTOC(uint8_t TOC_Byte){ // https://www.rfc-editor.org/rfc/rfc6716
// log_i("configNr %i, s %i, c %i", configNr, s, c);
if(c == 3) {
if(c == 3) { // todo https://www.rfc-editor.org/rfc/rfc6716#page-16 3.2.3. at page 17
log_e("an arbitrary number of frames in the packet is unsupported yet");
vTaskDelay(1000);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment