develop an minimum implementation of a blockchain on esp32
make menuconfig
Partition Table->Custom partition table CSV partitions_two_ota_blockchain.csv
- cd ota_try_request; make flash monitor; locally launch "python -m SimpleHTTPServer 8070". Give the binary file and blocks to the ESP32.
- next, cd web_try; make flash monitor;
make menuconfig
Partition Table->Custom partition table CSV partitions_two_ota_blockchain.csv
- cd ota_try_request; make flash monitor; locally launch "python -m SimpleHTTPServer 8070". Give the binary file and blocks to the ESP32.