print buffer

pull/202/head
alanbjohnston 3 years ago committed by GitHub
parent df8f45fd30
commit 3dd49a5501
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1345,6 +1345,7 @@ void get_tlm_fox() {
void write_wave(int i, byte *buffer)
{
buffer[ctr++] = (byte)(phase == 1);
Serial.printf("buffer is %d \n", buffer[ctr - 1]);
if (ctr > bufLen) {
ctr = ctr - bufLen;
if (debug_mode) {

Loading…
Cancel
Save

Powered by TurnKey Linux.