Advertisement
honey_the_codewitch

SSD1306 platformio.ini

Mar 12th, 2022 (edited)
495
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [env:esp32-ssd1306]
  2. platform = espressif32
  3. board = node32s
  4. framework = arduino
  5. monitor_speed = 115200
  6. upload_speed = 921600
  7. lib_deps =
  8.     codewitch-honey-crisis/htcw_ssd1306@^1.1.1
  9. lib_ldf_mode = deep
  10. build_unflags=-std=gnu++11
  11. build_flags=-std=gnu++14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement