hkicko / CubeCell-GPS-Helium-Mapper

MIT License
33 stars 20 forks source link

Version 1.1 uses different SSD1306Wire file #2

Closed crashmaxx closed 3 years ago

crashmaxx commented 3 years ago

I needed to comment out #include "cubecell_SSD1306Wire.h" and add #include "HT_SSD1306Wire.h" to get it to work with the V1.1 CubeCell HTCC-AB02S

hkicko commented 3 years ago

No, version 1.1 of the board does not use different header for the screen, the new version of the platform does. You must have missed my commit from Aug 12, 2021 called "Switch to v1.3.1 of "ASR Microelectronics ASR650x" Platform" which does exactly that. https://github.com/hkicko/CubeCell-GPS-Helium-Mapper/commit/ec9f1dc9b3476f6d13d7f37664845d12cd6b2577

crashmaxx commented 3 years ago

Yes, I was still using a version from before the 12th. Sorry I missed that.