cleanup code, move shell-merkur to apps/shell; move needed function from extended-rf-api to params

This commit is contained in:
Harald Pichler 2017-09-12 14:39:38 +02:00
parent fedd9cb0d7
commit 6694583291
9 changed files with 67 additions and 245 deletions

View file

@ -27,8 +27,6 @@ uint8_t led_status;
void setup (void)
{
settings_status_t status;
// switch off the led
pinMode(led_pin, OUTPUT);
digitalWrite(led_pin, HIGH);
@ -50,11 +48,7 @@ void setup (void)
void loop (void)
{
int i;
settings_iter_t iter;
char hostname[30];
uint16_t panid;
uint16_t channel;
/*************************************************************************/
/* Iterating thru all settings */