[Solved] OneWire example does not compile in WebIDE

It seems the solution is to modify the #include to:

#include "OneWire/OneWire.h"

Roge