Search found 1 match

by unclenorton
Sat Oct 07, 2017 8:07 pm
Forum: General Discussion and Questions
Topic: Access shared folder from micropython
Replies: 3
Views: 3301

Access shared folder from micropython

I tried opening a text file from a shared folder in python on my PC with [code]f = open("//JOHNPC/Shared/test.txt", 'r').read()[/code] and it works perfectly, but when i try to execute exactle the same command on an esp8266 with micropython installed and connected to the exact same wifi network as m...