mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
add 1.0 for STM32
This commit is contained in:
parent
33d036637d
commit
5f4b8dc376
@ -59,6 +59,7 @@ func getRequestment(path string) ([]Requerment_t, bool) {
|
||||
var requerment Requerment_t
|
||||
count++
|
||||
line := scanner.Text()
|
||||
line = strings.ReplaceAll(line, " ", "")
|
||||
requerment.Name = strings.Split(line, "==")[0]
|
||||
requerment.Version = strings.Split(line, "==")[1]
|
||||
fmt.Printf("request: %s %s\n", requerment.Name, requerment.Version)
|
||||
|
@ -1,6 +1,7 @@
|
||||
[[packages]]
|
||||
name = "STM32"
|
||||
releases = [
|
||||
"v1.0.0 c4f0d45aec94e155998c110fbfb64f17c54f7766",
|
||||
]
|
||||
|
||||
[[packages]]
|
||||
|
Loading…
x
Reference in New Issue
Block a user