Commit 262ee41e authored by Atemu's avatar Atemu
Browse files

esptool_3: enable on Darwin

Flashed an esp32 with it via esphome
parent 48a0fb7a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -68,6 +68,6 @@ python3.pkgs.buildPythonApplication rec {
    homepage = "https://github.com/espressif/esptool";
    license = licenses.gpl2Plus;
    maintainers = with maintainers; [ hexa ];
    platforms = platforms.linux;
    platforms = with platforms; linux ++ darwin;
  };
}