init
Dependencies: aconno_I2C Lis2dh12 WatchdogTimer
Revision 55:0914bfcedcf8, committed 2019-06-26
- Comitter:
- pathfindr
- Date:
- Wed Jun 26 14:52:02 2019 +0000
- Parent:
- 54:2840f2d50734
- Child:
- 56:efd9f5613549
- Commit message:
- test
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Jun 25 10:40:03 2019 +0000 +++ b/main.cpp Wed Jun 26 14:52:02 2019 +0000 @@ -35,8 +35,8 @@ char GLOBAL_exceptionString[30]; char GLOBAL_exceptionStringRetainedUntilSuccess[10]; char GLOBAL_debug_buffer[DEBUG_BUFFERSIZE]; -char GLOBAL_failed_broadcasts[10][160]; -bool GLOBAL_failed_broadcast_slots[10]; +char GLOBAL_failed_broadcasts[5][160]; +bool GLOBAL_failed_broadcast_slots[5]; char GLOBAL_GPSlocString_prev[70]; bool GLOBAL_have_GPSlocString_prev = false;