sg-wireless / pymakr-atom

Adds a REPL console to Atom that connects to your Pycom board. It can run code on the board or synchronize your project files.
Other
35 stars 11 forks source link

Atom config vs PyMakr config? #48

Closed cparrish60 closed 6 years ago

cparrish60 commented 6 years ago

Why is there a port setting for Atom and also a port setting for PyMakr config? I'm trying to create separate projects for two different LoPys, but Atom treats them like one project with one fixed port number. Also, what is the proper syntax to set the sync location?

RalphHogenbirk commented 6 years ago

Hi @cparrish60, sorry for the delay, this message slipped through.

First, which port setting are you referring to? The 'address' field? In the 'global settings' you can set the defaults, and with the 'Project config' you can set config per project. Make sure that you either have each project open in another Atom screen, OR if you have two projects open in the left navigation, the title of the project you are working on in the left navigation is selected. You can see which project is selected in the bar above the terminal.

The proper syntax for the sync location is: relative to the project folder. So if you have your files in a folder called lib, which is inside your project, simply put lib in the config.

Does that answer your questions? Let me know if you need more help.

danspndl commented 6 years ago

Hi @cparrish60, I'll close this issue since it looks like you've got the answer. If your problem is not resolved, feel free to reopen this. Thanks!

cparrish60 commented 6 years ago

It's resolved. I used an Arduino.

On Mon, Jul 9, 2018 at 5:29 AM, Daniel Spindelbauer < notifications@github.com> wrote:

Hi @cparrish60 https://github.com/cparrish60, I'll close this issue since it looks like you've got the answer. If your problem is not resolved, feel free to reopen this. Thanks!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pycom/pymakr-atom/issues/48#issuecomment-403418223, or mute the thread https://github.com/notifications/unsubscribe-auth/AKLpZ6_EvyrPlhiQORTb-h0Gw2oZ1h6Jks5uEyKCgaJpZM4Qnvnt .

-- Chris Parrish cparrish60@gmail.com Atlanta, GA