Advertisement
honey_the_codewitch

rgb_pwm platformio.ini

Mar 13th, 2022
357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [env:esp32-rgb_pwm]
  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_pwm_rgb@^1.0.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