You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used a Wemos D1 Mini (clone) to run this successfully using Platformio. The only change I had to make to the .ino files (after placing one in the platformio src folder) was to set the correct pins (I used the pin D4 for the DS18B20):
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I used a Wemos D1 Mini (clone) to run this successfully using Platformio. The only change I had to make to the .ino files (after placing one in the platformio
src
folder) was to set the correct pins (I used the pin D4 for the DS18B20):My
platformio.ini
contents:Then
platformio run -t upload -t monitor
and you're off.Beta Was this translation helpful? Give feedback.
All reactions