decode-proximity-hw icon indicating copy to clipboard operation
decode-proximity-hw copied to clipboard

Embedded version of decode's proximity app

Results 2 decode-proximity-hw issues
Sort by recently updated
recently updated
newest added

Building this project, keystore.c:122 memcpy(newsto.key, newsto.key, SK_LEN); with the Compiler: arm-none-eabi-gcc (8.3.1) gives below error: error: Passing argument 1 to restrict-qualified parameter aliases with argument 2.

Hi, I'm trying to implement dp3t advertisements on an esp32 for debugging purpose: https://github.com/chriamue/esp32-dp3t I used some of your repos code. What do you think would be best proceeding to...