SoundwaveDemo icon indicating copy to clipboard operation
SoundwaveDemo copied to clipboard

Device does not recognize soundwave

Open dutoitdw opened this issue 5 years ago • 0 comments

When the following code is executed, the phone make soundwaves, but the device never sets the new wifi and onNext never executes

@Override public void onNext(UDPResult result) { Log.d("SOUNDWAVE", "onNext");

        }

        @Override public void onStopSend()
        {
            Log.d("SOUNDWAVE", "onStopSend");

          
        }

        @Override public void onError(Throwable throwable)
        {
            Log.d("SOUNDWAVE", "onError");
       
        }
    });

dutoitdw avatar Aug 13 '19 11:08 dutoitdw