wladimir-computin/CC1101-ESP-Arduino

Need #include <climits> in CC1101_ESP_Arduino.cpp

Closed this issue · 2 comments

I'm running this on ESP8266, specifically the Adafruit Feather Huzzah ESP8266. When compiling, I got an error "INT_MAX" not defined. The arduino IDE suggested I add #include <climits> in CC1101_ESP_Arduino.cpp, which worked.

Same problem here

Thanks for that, I added the include!