Improved documentation and minor fixes

removed examples compiled with outdated MySensors protocol and instead
included documentation how to add self-compiled sketches
This commit is contained in:
ToSa27
2014-08-23 23:59:49 +02:00
parent 0c5911ce59
commit b5ba0f72ef
7 changed files with 12 additions and 1445 deletions

View File

@@ -11,8 +11,8 @@ const dbAddress = '127.0.0.1';
const dbPort = 27017;
const dbName = 'MySensorsDb';
const fwHexFiles = [ 'BlinkRed.hex', 'BlinkGreen.hex', 'DallasTemperatureSensor.cpp.hex' ];
const fwDefaultType = 2; // index of hex file from array above
const fwHexFiles = [ ];
const fwDefaultType = 0xFFFF; // index of hex file from array above (0xFFFF == none defined)
const FIRMWARE_BLOCK_SIZE = 16;
const BROADCAST_ADDRESS = 255;