You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is unclear what the proper mapping from Meadow -> MCU pins is, in the Develop Cellular Apps docs, it mentions a default value for the EnablePin of A3, but that does not appear on the Meadow -> MCU pin mapping tables in the Input/Output (I/O) page. There is also no link from the Develop Cellular Apps page to this table.
It appears the Meadow -> MCU mapping table prefixes pin names with P, but the ReservedPins and EnablePin expect the pin name without the P prefix. Not sure if this is "wrong" in the table or in the cellular docs.
Clarify that Resolver.Services treats everything as a singleton and use of disposed objects is possible if not careful.
The text was updated successfully, but these errors were encountered:
DefaultInterface
is mentioned in the Develop Cellular Apps page, but not mentioned on the OS & Device Configuration page.EnablePin
ofA3
, but that does not appear on the Meadow -> MCU pin mapping tables in the Input/Output (I/O) page. There is also no link from the Develop Cellular Apps page to this table.P
, but theReservedPins
andEnablePin
expect the pin name without theP
prefix. Not sure if this is "wrong" in the table or in the cellular docs.Resolver.Services
treats everything as a singleton and use of disposed objects is possible if not careful.The text was updated successfully, but these errors were encountered: