File tree 1 file changed +3
-3
lines changed
libraries/STM32H747_System/examples/QSPIFormat
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ void setup() {
96
96
// use space from 15.5MB to 16 MB for another fw, memory mapped
97
97
98
98
bool reformat = true ;
99
- if (!wifi_data_fs.mount (&wifi_data)) {
99
+ if (!wifi_data_fs.mount (&wifi_data)) {
100
100
Serial.println (" \n Partition 1 already contains a filesystem, do you want to reformat it? Y/[n]" );
101
101
wifi_data_fs.unmount ();
102
102
@@ -119,7 +119,7 @@ void setup() {
119
119
}
120
120
121
121
reformat = true ;
122
- if (!ota_data_fs.mount (&ota_data)) {
122
+ if (!ota_data_fs.mount (&ota_data)) {
123
123
Serial.println (" \n Partition 2 already contains a filesystem, do you want to reformat it? Y/[n]" );
124
124
ota_data_fs.unmount ();
125
125
@@ -143,7 +143,7 @@ void setup() {
143
143
}
144
144
145
145
reformat = true ;
146
- if (!user_data_fs->mount (&user_data)) {
146
+ if (!user_data_fs->mount (&user_data)) {
147
147
Serial.println (" \n Partition 4 already contains a filesystem, do you want to reformat it? Y/[n]" );
148
148
user_data_fs->unmount ();
149
149
You can’t perform that action at this time.
0 commit comments