Skip to content

Commit 6bf6b6a

Browse files
change flashing params
1 parent fff7cad commit 6bf6b6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kernel/src/services/FlashService.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export class FlashService {
3838
progressOverlay.show(currentFirmware);
3939
const loaderOptions = {
4040
transport: transport,
41-
baudrate: 921600,
41+
baudrate: 460800,
4242
romBaudrate: 115600
4343
};
4444
const esploader = new ESPLoader(loaderOptions);
@@ -123,7 +123,7 @@ export class FlashService {
123123
const flashOptions = {
124124
fileArray: [{
125125
data: firmwareString,
126-
address: 0x0
126+
address: 0x10000
127127
}],
128128
flashSize: "keep",
129129
eraseAll: false,

0 commit comments

Comments
 (0)