Need #include <climits> in CC1101_ESP_Arduino.cpp
Closed this issue · 2 comments
raythefourth commented
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.
MrColoo commented
Same problem here
wladimir-computin commented
Thanks for that, I added the include!