view service/iot2/iot2_esp32.nim @ 710:94610b5263e4

add browser_test server for playing with /graph resource Ignore-this: 6112c234b93e0fb99ffe918a022e5a49
author drewp@bigasterisk.com
date Mon, 03 Feb 2020 23:45:15 -0800
parents e3eceee54937
children
line wrap: on
line source

echo "hello on esp"
proc add(x: int, y: int): int =
  x + y