From 2464784f00f8ae888b8a6ef3bbb2a060c9920a63 Mon Sep 17 00:00:00 2001 From: geeksville Date: Wed, 15 Apr 2020 14:51:17 -0700 Subject: [PATCH] todo updates --- .vscode/launch.json | 10 ++++------ platformio.ini | 2 +- src/rf95/kh-todo.txt | 3 ++- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 77b1fb36..914831d6 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -12,9 +12,8 @@ "type": "platformio-debug", "request": "launch", "name": "PIO Debug", - "executable": "/home/kevinh/development/meshtastic/meshtastic-esp32/.pio/build/bare/firmware.elf", - "toolchainBinDir": "/home/kevinh/.platformio/packages/toolchain-gccarmnoneeabi/bin", - "svdPath": "/home/kevinh/.platformio/platforms/nordicnrf52/misc/svd/nrf52840.svd", + "executable": "/home/kevinh/development/meshtastic/meshtastic-esp32/.pio/build/tbeam/firmware.elf", + "toolchainBinDir": "/home/kevinh/.platformio/packages/toolchain-xtensa32/bin", "preLaunchTask": { "type": "PlatformIO", "task": "Pre-Debug" @@ -25,9 +24,8 @@ "type": "platformio-debug", "request": "launch", "name": "PIO Debug (skip Pre-Debug)", - "executable": "/home/kevinh/development/meshtastic/meshtastic-esp32/.pio/build/bare/firmware.elf", - "toolchainBinDir": "/home/kevinh/.platformio/packages/toolchain-gccarmnoneeabi/bin", - "svdPath": "/home/kevinh/.platformio/platforms/nordicnrf52/misc/svd/nrf52840.svd", + "executable": "/home/kevinh/development/meshtastic/meshtastic-esp32/.pio/build/tbeam/firmware.elf", + "toolchainBinDir": "/home/kevinh/.platformio/packages/toolchain-xtensa32/bin", "internalConsoleOptions": "openOnSessionStart" } ] diff --git a/platformio.ini b/platformio.ini index c15d4d0d..4030a68c 100644 --- a/platformio.ini +++ b/platformio.ini @@ -9,7 +9,7 @@ ; https://docs.platformio.org/page/projectconf.html [platformio] -default_envs = bare +default_envs = tbeam [common] ; default to a US frequency range, change it as needed for your region and hardware (CN, JP, EU433, EU865) diff --git a/src/rf95/kh-todo.txt b/src/rf95/kh-todo.txt index fbd22439..96664a2c 100644 --- a/src/rf95/kh-todo.txt +++ b/src/rf95/kh-todo.txt @@ -17,5 +17,6 @@ Now meshtastic is sharing layer two with disaster radio. * make simulation code work with new API * make disaster radio app work with new API -much later: +later: +* implement naive flooding in the layer2 lib, use TTL limit max depth of broadcast * allow packets to be filtered at the device level RX time based on dest addr (to avoid waking main CPU unnecessarily)