فهرست منبع

example change

willpiper 4 سال پیش
والد
کامیت
3900d8c8d5
2فایلهای تغییر یافته به همراه2 افزوده شده و 4 حذف شده
  1. 1 1
      app.py
  2. 1 3
      templates/index.html

+ 1 - 1
app.py

@@ -6,7 +6,7 @@ import gzip
 from io import BytesIO
 import time
 
-from flask import Flask
+from flask import Flask # using flask as the framework
 from flask import render_template
 from flask import request
 

+ 1 - 3
templates/index.html

@@ -47,9 +47,7 @@
         <title>ArduPilot Terrain Generator</title>
         <h1>ArduPilot Terrain Generator</h1>
 
-        <p>Use this to generate terrain to put on your SD card. The generated terrain is based on the SRTM data and has
-            100m
-            horizontal resolution. It covers all areas between 0 and 60 degrees North/South latitude.</p>
+        <p>CUSTOM FIRMWARE BUILDER</p>
 
         <p>Multiple generated files can be combined on the SD card.</p>