adafruit / Adafruit_CircuitPython_PyPortal

CircuitPython driver for Adafruit PyPortal.
MIT License
46 stars 57 forks source link

pyportal_simpletest.py is empty #24

Closed caternuson closed 5 years ago

caternuson commented 5 years ago

Was it suppose to have something?

ladyada commented 5 years ago

hmm i never wrote a simpletest. wanna put the bitcoin demo in?

caternuson commented 5 years ago

Sure, can add something. You're thinking this? https://github.com/adafruit/Adafruit_Learning_System_Guides/tree/master/PyPortal_Bitcoin

Would it be better to have something that doesn't rely on any assets / subfolders? Not sure what. Just thinking of trying to keep it to one file that needs to be worried about.

ladyada commented 5 years ago

oh yeah hmm i guess it could just display on the console then?

caternuson commented 5 years ago

Kind of boring, but yah. Grab some text and show it. Like maybe the same text test from here: https://learn.adafruit.com/adafruit-pyportal/internet-connect#connect-to-wifi-17-5 That would verify wifi / internet / and display are working?

ladyada commented 5 years ago

yah agree!

caternuson commented 5 years ago

pr merged. version bump?

ladyada commented 5 years ago

w0rd!

caternuson commented 5 years ago

fixed with #25 version bumped to 2.1.0

closin, yo.