Closed alhirzel closed 1 year ago
This platform io config is working for me.
[env:esp32dev]
platform = espressif32
board = esp32dev
framework = arduino
lib_deps =
; paperdink/Paperdink@^0.0.2
https://github.com/paperdink/PaperdInk-Library.git
bblanchon/ArduinoJson@^6.20.0
squix78/JsonStreamingParser@^1.0.5
monitor_speed = 115200
I got the Calther example running but had to make a couple changes. I kept getting connection issues for getting the weather info and needed to add client->setInsecure();
below here
The calendar also wasn't having the right day offset which I ended up just hard coding day_offset found here to 6 (week starts on monday)
@grdwyer Thank you for the platform IO config. The rest of the issues you mention have been fixed.
Thank you @grdwyer ! @rgujju, would you accept a PR that adds this to documentation?
Yep! But please make sure to include all the dependent libraries:
Adafruit GFX library by Adafruit
GxEPD2 by Jean-Marc Zingg version
JSON Streaming Parser by Daniel Eichhorn
ArduinoJSON by Benoit Blanchon
Any information or a quickstart on using Paperd.ink with platformio?