0xCAFEDECAF / VanBus

Vehicle Area Network (VAN) bus packet reader/writer for ESP8266 and ESP32
MIT License
40 stars 5 forks source link

Can't compile to ESP32 #1

Closed morcibacsi closed 4 years ago

morcibacsi commented 4 years ago

Hi, I am here to report the first issue :)

I was trying to compile it to an ESP32 dev board, but it has different methods for the timers, so the following errors occured:

image

Compiling to ESP8266 was ok.

0xCAFEDECAF commented 4 years ago

Ah, forgot to test. Indeed those functions are 8266 specific.

I will check later for the generic functions. For now I updated the master branch by removing the mentioning of ESP32.

Thanks!

0xCAFEDECAF commented 4 years ago

Removed the ESP32 from the list of supported hardware; created new release V0.1.1.