ea / srxe_cc1101

Adding a CC1101 module to SRXE
116 stars 13 forks source link

Error compiling the Specan #12

Closed RChadwick7 closed 3 years ago

RChadwick7 commented 3 years ago

While compiling, I get this error: 'SRXEHorizontalLine' was not declared in this scope

I installed the CC1101, and SmartResponseXE libraries. What am I missing?

ea commented 3 years ago

There's a version of SmartResponseXE library in my repositories that contains a small patch that makes drawing bars for spectrum analyzer better and also changes the contrast a bit so it's easier to see: https://github.com/ea/SmartResponseXE

RChadwick7 commented 3 years ago

That was my mistake. I thought I did use your library, but when I checked again, it was a few bytes off. It compiles great with the proper library. Thanks!