esp32_nat_router icon indicating copy to clipboard operation
esp32_nat_router copied to clipboard

platform package tasmota URL outdated

Open BernhardtL opened this issue 1 year ago • 0 comments

In the platformio.ini the Tasmota Git is referenced. After having troubles I checked the link, which ends in a 404. https://github.com/martin-ger/esp32_nat_router/blob/81ea6c516d0b0f961b29ce003574130350ddbec8/platformio.ini#L18

Trying to reference an alternative link:

platform_packages =
        framework-espidf @ https://github.com/tasmota/esp-idf/archive/refs/tags/v5.1.2-org.zip

only brings me into git recusive pull problems (maybe not related)

BernhardtL avatar Oct 24 '24 12:10 BernhardtL