arduino / WiFi101-FirmwareUpdater-Plugin

WiFi101 Firmware Updater Tool for Arduino IDE
13 stars 23 forks source link

FirmwareUpdater tutorial missing sketch code tab #20

Closed sandeepmistry closed 5 years ago

sandeepmistry commented 5 years ago

@8bitkick was trying to use the code at the end of the FirmwareUpdater tutorial. However, it wouldn't compile.

The sketch in the WiFi101 library has two tabs: https://github.com/arduino-libraries/WiFi101/tree/master/examples/FirmwareUpdater - however the tutorial only show code for FirmwareUpdater.ino and not Endianess.ino.

Suggestions:

1) add another code snippet for the other tab 2) remove the code snippet entirely and guide people to use the example in the library, in the Java IDE and Create.

@simonepda

SimonePDA commented 5 years ago

The tutorial starts telling the user to use the WiFi101 examples -> FirmwareUpdater sketch, therefore it should be the preferred method.

Anyway I added the code for Endianess.ino to let the users see what's inside before loading the sketch.

sandeepmistry commented 5 years ago

@SimonePDA great! Thanks for updating.