Skip to content

Commit

Permalink
Add ESP32 (Not tested)
Browse files Browse the repository at this point in the history
  • Loading branch information
renat2985 committed Sep 22, 2024
1 parent 82855ed commit ad79a16
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added doc/AdruinoESP32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
9 changes: 9 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
"parts": [
{ "path": "./build/esp8266.esp8266.generic/toncoin_payment_sonoff.ino.bin", "offset": 0 }
]
},
{
"chipFamily": "ESP32",
"parts": [
{ "path": "./build/esp32.esp32.esp32/toncoin_payment_sonoff.ino.bootloader.bin", "offset": 4096 },
{ "path": "./build/esp32.esp32.esp32/toncoin_payment_sonoff.ino.partitions.bin", "offset": 32768 },
{ "path": "./build/esp32.esp32.esp32/boot_app0.bin", "offset": 57344 },
{ "path": "./build/esp32.esp32.esp32/toncoin_payment_sonoff.ino.bin", "offset": 65536 }
]
}
]
}

0 comments on commit ad79a16

Please sign in to comment.