diff --git a/.github/workflows/compile-examples.yml b/.github/workflows/compile-examples.yml index c44f31c16..ac94cd971 100644 --- a/.github/workflows/compile-examples.yml +++ b/.github/workflows/compile-examples.yml @@ -141,7 +141,6 @@ jobs: - name: ArduinoBLE - name: arduino-audio-tools source-url: https://github.com/pschatzmann/arduino-audio-tools.git - version: v0.9.4 - name: arduino-libg722 source-url: https://github.com/pschatzmann/arduino-libg722.git diff --git a/libraries/NDP/examples/Record_and_stream/Record_and_stream.ino b/libraries/NDP/examples/Record_and_stream/Record_and_stream.ino index 9fda017aa..e22c634ac 100644 --- a/libraries/NDP/examples/Record_and_stream/Record_and_stream.ino +++ b/libraries/NDP/examples/Record_and_stream/Record_and_stream.ino @@ -18,6 +18,7 @@ #include "NDP.h" #undef abs +#define USE_INT24_FROM_INT #include "AudioTools.h" #include "AudioCodecs/CodecG722.h"