kopia lustrzana https://github.com/meshtastic/firmware
udp-multicast: bump platform-native to fix UDP read of unitialized memory bug (#6686)
* udp-multicast: bump platform-native to fix UDP read of unitialized memory bug Fixes: #6683 * Update portduino.ini --------- Co-authored-by: Ben Meadors <benmmeadors@gmail.com>pull/6687/head^2
rodzic
72eae42b81
commit
635de2d229
|
@ -2,7 +2,7 @@
|
|||
[portduino_base]
|
||||
platform =
|
||||
# renovate: datasource=git-refs depName=platform-native packageName=https://github.com/meshtastic/platform-native gitBranch=develop
|
||||
https://github.com/meshtastic/platform-native/archive/46f509b96ddce22d1bf38efc93319dfb3e4f5acf.zip
|
||||
https://github.com/meshtastic/platform-native/archive/e19f77e034590669feaaf26214667b76d0821d06.zip
|
||||
framework = arduino
|
||||
|
||||
build_src_filter =
|
||||
|
@ -48,4 +48,4 @@ build_flags =
|
|||
-std=gnu17
|
||||
-std=c++17
|
||||
|
||||
lib_ignore = Adafruit NeoPixel
|
||||
lib_ignore = Adafruit NeoPixel
|
||||
|
|
Ładowanie…
Reference in New Issue