浏览代码

v1.0.0.12

jungervin 7 年之前
父节点
当前提交
5c6f0f3222
共有 3 个文件被更改,包括 7 次插入7 次删除
  1. 3 3
      EsPy/Dialogs/DeviceEditorDialog.cs
  2. 2 2
      EsPy/Forms/EditorForm.Designer.cs
  3. 2 2
      EsPy/Properties/AssemblyInfo.cs

+ 3 - 3
EsPy/Dialogs/DeviceEditorDialog.cs

@@ -31,9 +31,9 @@ namespace EsPy.Dialogs
             this.textBox1.Text += "#     Device Name; Parameters\r\n";
             this.textBox1.Text += "# \r\n";
             this.textBox1.Text += "\r\n";
-            this.textBox1.Text += "Wemos Mini D1; -p $PORT - b $BAUDRATE write_flash -fm dio - fs detect 0x0000 \"$FIRMWARE\"\r\n";
-            this.textBox1.Text += "Node MCU; -p $PORT - b $BAUDRATE write_flash -fm dio - fs detect 0x0000 \"$FIRMWARE\"\r\n";
-            this.textBox1.Text += "Sonoff Basic; -p $PORT - b $BAUDRATE write_flash -fm dout - ff 20m - fs detect 0x0000 \"$FIRMWARE\"\r\n";
+            this.textBox1.Text += "Wemos Mini D1; -p $PORT -b $BAUDRATE write_flash -fm dio -fs detect 0x0000 \"$FIRMWARE\"\r\n";
+            this.textBox1.Text += "Node MCU; -p $PORT -b $BAUDRATE write_flash -fm dio -fs detect 0x0000 \"$FIRMWARE\"\r\n";
+            this.textBox1.Text += "Sonoff Basic; -p $PORT -b $BAUDRATE write_flash -fm dout -ff 20m -fs detect 0x0000 \"$FIRMWARE\"\r\n";
         }
 
         private void btnOk_Click(object sender, EventArgs e)

+ 2 - 2
EsPy/Forms/EditorForm.Designer.cs

@@ -775,10 +775,10 @@
             this.scintilla.IndentationGuides = ScintillaNET.IndentView.LookBoth;
             this.scintilla.IndentWidth = 4;
             this.scintilla.Lexer = ScintillaNET.Lexer.Html;
-            this.scintilla.Location = new System.Drawing.Point(0, 39);
+            this.scintilla.Location = new System.Drawing.Point(0, 0);
             this.scintilla.MouseDwellTime = 500;
             this.scintilla.Name = "scintilla";
-            this.scintilla.Size = new System.Drawing.Size(636, 223);
+            this.scintilla.Size = new System.Drawing.Size(636, 262);
             this.scintilla.TabIndex = 2;
             this.scintilla.SavePointLeft += new System.EventHandler<System.EventArgs>(this.scintilla_SavePointLeft);
             this.scintilla.SavePointReached += new System.EventHandler<System.EventArgs>(this.scintilla_SavePointReached);

+ 2 - 2
EsPy/Properties/AssemblyInfo.cs

@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
 // You can specify all the values or you can default the Build and Revision Numbers 
 // by using the '*' as shown below:
 // [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.11")]
-[assembly: AssemblyFileVersion("1.0.0.11")]
+[assembly: AssemblyVersion("1.0.0.12")]
+[assembly: AssemblyFileVersion("1.0.0.12")]