remove lora tutorial

This commit is contained in:
Mario 2020-11-17 16:38:39 +01:00
parent 0829522743
commit 38700bf57c
2 changed files with 0 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -3,7 +3,6 @@ let tutorials = [
require('./tutorial/Schleifen.json'), require('./tutorial/Schleifen.json'),
require('./tutorial/Wenn-DannBedingungen.json'), require('./tutorial/Wenn-DannBedingungen.json'),
require('./tutorial/VerwendungVonVariablen.json'), require('./tutorial/VerwendungVonVariablen.json'),
require('./tutorial/SendenVonMesswertenUeberLoRa.json'),
require('./tutorial/AnzeigeVonMesswertenAufDemDisplay.json'), require('./tutorial/AnzeigeVonMesswertenAufDemDisplay.json'),
require('./tutorial/MesswerteAnDieOpenSenseMapSenden.json') require('./tutorial/MesswerteAnDieOpenSenseMapSenden.json')
] ]