diff --git a/package.json b/package.json index f957274..7791dba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tool-esp32partitiontool", - "version": "1.4.1", + "version": "1.4.2", "description": "Partition utility gui (requires java) to create custom partition table for ESP32", "keywords": [ "tools", diff --git a/plaftormio_example/platformio.ini b/plaftormio_example/platformio.ini index 92987f8..8191cba 100644 --- a/plaftormio_example/platformio.ini +++ b/plaftormio_example/platformio.ini @@ -8,7 +8,7 @@ platform = espressif32 board = esp32dev ; register the "tool-esp32partitiontool" ; remove url if you have own built tool in pacakges directory of platformio core directory -platform_packages = tool-esp32partitiontool @ https://github.com/serifpersia/esp32partitiontool/releases/download/v1.4.1/esp32partitiontool-platformio.zip +platform_packages = tool-esp32partitiontool @ https://github.com/serifpersia/esp32partitiontool/releases/download/v1.4.2/esp32partitiontool-platformio.zip ; register the "edit_partition" target extra_scripts = partition_manager.py