diff --git a/Examples/Gateway/Gateway.ino b/Examples/Gateway/Gateway.ino index df70e7b..64992c5 100644 --- a/Examples/Gateway/Gateway.ino +++ b/Examples/Gateway/Gateway.ino @@ -73,9 +73,9 @@ void loop() { while(flash.busy()); Serial.println(); } - if (input == 'e') + if (input == 'D') { - Serial.print("Erasing Flash chip ... "); + Serial.print("Deleting Flash chip content... "); flash.chipErase(); while(flash.busy()); Serial.println("DONE");