rogerclarkmelbourne / Arduino_STM32

Arduino STM32. Hardware files to support STM32 boards, on Arduino IDE 1.8.x including LeafLabs Maple and other generic STM32F103 boards
Other
2.52k stars 1.26k forks source link

class IPAddress lacks fromString() #215

Closed xymopen closed 7 years ago

xymopen commented 7 years ago

I'm try to use WiFiEsp with my Maple board and the IDE report missing such member function. Request to merge it from official board core source.

rogerclarkmelbourne commented 7 years ago

Its not possible simply to do a "merge" as the Libmaple code base is not forked from the Arduino repo.

Please submit a Pull Request with the new functions, and it will be tested by the community and accepted if it does not cause any problems to the existing codebase.

xymopen commented 7 years ago

Beside the AVR codes, there are also much hardward independent code serving as helpers. Those code might be merged safely. I'll try to diff those code and find out what can be merged in a few days.

rogerclarkmelbourne commented 7 years ago

OK