| .. | 
		
		
			
			
			
			
				| hal | m5core.h m4fire.h bugfix lora pins | 2020-03-14 18:46:39 +01:00 | 
		
			
			
			
			
				| Timeserver | bugfix nodered timeserver | 2020-03-07 19:24:34 +01:00 | 
		
			
			
			
			
				| TTN | ex post clean solution for issue #510 | 2020-03-01 16:18:17 +01:00 | 
		
			
			
			
			
				| antenna.cpp | Update antenna.cpp | 2018-07-30 18:48:25 +02:00 | 
		
			
			
			
			
				| blecsan.cpp | code sanitizations | 2019-07-21 19:21:11 +02:00 | 
		
			
			
			
			
				| bmesensor.cpp | externalized Bosch BSEC library | 2020-01-28 21:49:24 +01:00 | 
		
			
			
			
			
				| button.cpp | Button logic changed | 2019-07-13 18:21:13 +02:00 | 
		
			
			
			
			
				| configmanager.cpp | Merge branch 'master' into combine-lora-msg | 2019-11-27 22:16:07 +01:00 | 
		
			
			
			
			
				| cyclic.cpp | Update cyclic.cpp | 2020-02-06 14:29:23 +01:00 | 
		
			
			
			
			
				| dcf77.cpp | DCF77 pulse generator runtime optimized | 2019-04-08 21:20:42 +02:00 | 
		
			
			
			
			
				| display.cpp | code sanitizations (eleminate compiler warnings) | 2020-03-15 13:04:03 +01:00 | 
		
			
			
			
			
				| gpsread.cpp | code sanitizations (eleminate compiler warnings) | 2020-03-15 13:04:03 +01:00 | 
		
			
			
			
			
				| hash.cpp | timing improvements (separate mutexes for IRQ; Loraloop higher prio) | 2018-09-30 15:08:00 +02:00 | 
		
			
			
			
			
				| i2c.cpp | i2c functions moved from power.cpp to i2c.cpp | 2019-12-21 14:27:33 +01:00 | 
		
			
			
			
			
				| if482.cpp | interrupt timing issues (not fully solved yet) | 2019-03-23 15:12:11 +01:00 | 
		
			
			
			
			
				| irqhandler.cpp | irqhandler.cpp code sanitization | 2019-12-26 16:58:42 +01:00 | 
		
			
			
			
			
				| led.cpp | add tinyPICO board | 2019-08-14 21:52:12 +02:00 | 
		
			
			
			
			
				| ledmatrixdisplay.cpp | LEDmatrixdisplay.cpp/.h rename scrollfunction | 2019-09-30 19:44:49 +02:00 | 
		
			
			
			
			
				| ledmatrixfonts.cpp | LED matrix display improvements | 2019-05-31 13:20:11 +02:00 | 
		
			
			
			
			
				| lmic_config.h | switch AES to avoid compiler warnings in lmic.c | 2020-03-15 18:09:41 +01:00 | 
		
			
			
			
			
				| loraconf_abp.cpp | Implemented ABP configuration | 2020-03-12 15:23:56 +01:00 | 
		
			
			
			
			
				| loraconf.sample.h | loraconf.sample.h edited | 2020-03-16 19:13:01 +01:00 | 
		
			
			
			
			
				| lorawan.cpp | Implemented ABP configuration | 2020-03-12 15:23:56 +01:00 | 
		
			
			
			
			
				| macsniff.cpp | Fix Beacons' MAC addresses conversion for comparison: shift by 16 bits instead of 8 bits (affecting #342?) | 2019-10-22 16:41:14 +02:00 | 
		
			
			
			
			
				| main.cpp | Merge pull request #570 from cyberman54/development | 2020-03-14 07:52:07 +01:00 | 
		
			
			
			
			
				| mbedtls_aes.c | patches for new paths in platformio core 4.0.0a15 | 2019-05-25 16:32:57 +02:00 | 
		
			
			
			
			
				| mobaserial.cpp | MOBASERIAL added | 2019-03-27 19:36:47 +01:00 | 
		
			
			
			
			
				| ota.cpp | update display lib | 2020-03-11 23:47:56 +01:00 | 
		
			
			
			
			
				| ota.sample.conf | ota.sample.conf | 2018-09-19 13:54:51 +02:00 | 
		
			
			
			
			
				| paxcounter.conf | paxcounter.conf: timesync settings restructured | 2020-03-06 19:27:11 +01:00 | 
		
			
			
			
			
				| payload.cpp | Merge branch 'SDS011' into SDS011 | 2020-03-14 07:38:22 +01:00 | 
		
			
			
			
			
				| power.cpp | i2c functions moved from power.cpp to i2c.cpp | 2019-12-21 14:27:33 +01:00 | 
		
			
			
			
			
				| rcommand.cpp | rcommand.cpp small fix | 2020-03-07 00:06:15 +01:00 | 
		
			
			
			
			
				| reset.cpp | bugfix reset runmode logic | 2019-10-27 16:13:33 +01:00 | 
		
			
			
			
			
				| rtctime.cpp | i2c locking for rtc & timesync streamlined | 2019-07-29 14:43:37 +02:00 | 
		
			
			
			
			
				| sdcard.cpp | SDS011 code sanitizations | 2020-02-25 22:18:20 +01:00 | 
		
			
			
			
			
				| sds011read.cpp | SDS011 code sanitizations | 2020-02-25 22:18:20 +01:00 | 
		
			
			
			
			
				| senddata.cpp | SDS011 code sanitizations | 2020-02-25 22:18:20 +01:00 | 
		
			
			
			
			
				| sensor.cpp | readme.md updated for sensors | 2019-03-16 11:41:04 +01:00 | 
		
			
			
			
			
				| spislave.cpp | LMIC message queuing refactored | 2019-08-30 14:06:30 +02:00 | 
		
			
			
			
			
				| timekeeper.cpp | Merge pull request #570 from cyberman54/development | 2020-03-14 07:52:07 +01:00 | 
		
			
			
			
			
				| timesync.cpp | timesync.cpp fixes | 2020-03-15 20:21:26 +01:00 | 
		
			
			
			
			
				| wifiscan.cpp | removed static at some functions | 2019-12-25 23:21:31 +01:00 |