fix platformio library metadata for platforms and frameworks supported

pull/26/head
midilab 1 year ago
parent a96b35a831
commit 989e631ed7
  1. 5
      library.json

@ -19,7 +19,8 @@
],
"license": "MIT",
"homepage": "https://midilab.co/umodular/",
"headers": "uClock.h",
"dependencies": {},
"frameworks": "*",
"platforms": "avr,arm,samd,stm32,esp32"
"frameworks": "Arduino",
"platforms": "atmelavr,atmelmegaavr,espressif32,ststm32,teensy"
}

Loading…
Cancel
Save